Skip to content

Commit 5772f2d

Browse files
Vladimir Kotalahornace
authored andcommitted
add space
1 parent b1f37a6 commit 5772f2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opengrok-indexer/src/test/java/org/opengrok/indexer/index/IndexerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ public void testRemoveFileOnFileChange() throws Exception {
344344
File historyFile = new File(env.getDataRootPath(),
345345
TandemPath.join("historycache" + path, ".gz"));
346346
Assert.assertTrue(String.format("history cache for %s has to exist", path), historyFile.exists());
347-
File bar = new File(testrepo.getSourceRoot() + File.separator + "mercurial","bar.txt");
347+
File bar = new File(testrepo.getSourceRoot() + File.separator + "mercurial", "bar.txt");
348348
Assert.assertTrue(bar.exists());
349349
try (BufferedWriter bw = new BufferedWriter(new FileWriter(bar, true))) {
350350
bw.write("foo\n");

0 commit comments

Comments
 (0)