Skip to content

Commit

Permalink
revert spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
azvegint committed Jul 30, 2024
1 parent 94d999f commit 8e925cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ private static DelegatingIcon getIcon(String methodName) {
DelegatingIcon result = iconsPool.get(methodName);
if (result == null) {
if (methodName == TREE_COLLAPSED_ICON ||
methodName == TREE_EXPANDED_ICON)
methodName == TREE_EXPANDED_ICON)
{
result = new SynthExpanderIcon(methodName);

Expand Down

0 comments on commit 8e925cd

Please sign in to comment.