Skip to content

Commit

Permalink
small formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lb324567 committed Sep 15, 2022
1 parent 2f5d2f5 commit e3ebea0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ public void setup() throws IOException {
fs = createFileSystem();

final String root = fs.resolvePath(new Path("/")).toString()
+ tempDir.getAbsolutePath()
.replaceFirst("//", "/");
+ tempDir.getAbsolutePath()
.replaceFirst("//", "/");

LOGGER.info("using root dir: {}", root);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,8 @@ public void shouldReflectForBackwardsCompatibleWriterBuilder() throws IOExceptio
}

// Then
assertThatNoException().isThrownBy(() -> { LegacySupport.BackwardsCompatibleWriterBuilder.create(filename, fs, conf, accumuloConf); });
assertThatNoException().isThrownBy(() -> { LegacySupport.BackwardsCompatibleWriterBuilder
.create(filename, fs, conf, accumuloConf); });
}

@Test
Expand Down

0 comments on commit e3ebea0

Please sign in to comment.