Ignore:
Timestamp:
2019-04-01T07:24:35+02:00 (5 years ago)
Author:
gerdp
Message:

fix checkstyle issue (tabs instead of blanks), no new dist needed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/undelete/src/org/openstreetmap/josm/plugins/undelete/UndeleteAction.java

    r34919 r34957  
    205205                ((Way) parent).setNodes(nodes);
    206206            }
    207                         if (!restored.isEmpty()) {
    208                                 GuiHelper.runInEDT(() -> {
    209                                         layer.data.setSelected(restored);
    210                                         AutoScaleAction.autoScale(AutoScaleMode.SELECTION);
    211                                 });
    212                         }
     207            if (!restored.isEmpty()) {
     208                GuiHelper.runInEDT(() -> {
     209                    layer.data.setSelected(restored);
     210                    AutoScaleAction.autoScale(AutoScaleMode.SELECTION);
     211                });
     212            }
    213213        }
    214214    }
Note: See TracChangeset for help on using the changeset viewer.