diff --git a/store-implementation/accumulo-store/src/test/java/uk/gov/gchq/gaffer/accumulostore/operation/impl/CreateSplitPointsTest.java b/store-implementation/accumulo-store/src/test/java/uk/gov/gchq/gaffer/accumulostore/operation/impl/CreateSplitPointsTest.java index 7e11ec5eaae..a2925a28788 100644 --- a/store-implementation/accumulo-store/src/test/java/uk/gov/gchq/gaffer/accumulostore/operation/impl/CreateSplitPointsTest.java +++ b/store-implementation/accumulo-store/src/test/java/uk/gov/gchq/gaffer/accumulostore/operation/impl/CreateSplitPointsTest.java @@ -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); diff --git a/store-implementation/accumulo-store/src/test/java/uk/gov/gchq/gaffer/accumulostore/utils/LegacySupportTest.java b/store-implementation/accumulo-store/src/test/java/uk/gov/gchq/gaffer/accumulostore/utils/LegacySupportTest.java index 56b897eb90a..acb04f806c6 100644 --- a/store-implementation/accumulo-store/src/test/java/uk/gov/gchq/gaffer/accumulostore/utils/LegacySupportTest.java +++ b/store-implementation/accumulo-store/src/test/java/uk/gov/gchq/gaffer/accumulostore/utils/LegacySupportTest.java @@ -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