Skip to content

Commit

Permalink
ifNotEmpty: remove usage
Browse files Browse the repository at this point in the history
  • Loading branch information
chisandrei committed Dec 16, 2016
1 parent 90c0771 commit ef3eea7
Show file tree
Hide file tree
Showing 3 changed files with 133 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ updateUninitializedBlocks

childrenBlock ifNil: [childrenBlock := [ :anObject | #() ]].
"Reset the #formatBlock if there are columns as the inspector will only use those values."
self columns ifNotEmpty: [ formatBlock := nil ].
self columns size > 0 ifTrue: [ formatBlock := nil ].
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
"shouldRootsExpand" : "AndreiChis 10/5/2016 15:05",
"shouldRootsExpand:" : "AndreiChis 10/5/2016 15:03",
"updateCacheBasic" : "AndreiChis 12/13/2016 10:46",
"updateUninitializedBlocks" : "AndreiChis 12/12/2016 16:45" } }
"updateUninitializedBlocks" : "AndreiChis 12/16/2016 01:05" } }
Loading

0 comments on commit ef3eea7

Please sign in to comment.