Ignore:
Timestamp:
2017-06-09T20:27:07+02:00 (7 years ago)
Author:
michael2402
Message:

Fix checkstyle

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/org/openstreetmap/josm/command/SelectCommandTest.java

    r12350 r12368  
    125125        SelectCommand command = new SelectCommand(Arrays.asList(testData.existingNode));
    126126        command.executeCommand();
    127         assertArrayEquals(new Object[] { testData.existingNode }, command.getParticipatingPrimitives().toArray());
     127        assertArrayEquals(new Object[] {testData.existingNode}, command.getParticipatingPrimitives().toArray());
    128128    }
    129129
Note: See TracChangeset for help on using the changeset viewer.