Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
mathbagu authored Jan 17, 2017
1 parent 16257bc commit cdc15c7
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,7 @@ public void tearDown() throws IOException {
}

@Test
public void exists()
{
public void exists() {
CIM1Importer importer = new CIM1Importer();
Assert.assertEquals(true, importer.exists(fdsMerged));
Assert.assertEquals(true, importer.exists(fdsUnzippedMerged));
Expand Down

0 comments on commit cdc15c7

Please sign in to comment.