Skip to content

Commit ea354d5

Browse files
committed
fix style
1 parent 2e99b75 commit ea354d5

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/IndexDatabaseTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ private static void copyDirectory(Path src, Path dest) throws IOException {
523523
return;
524524
}
525525
Files.copy(srcPath, destPath);
526-
} catch(Exception e) {
526+
} catch (Exception e) {
527527
e.printStackTrace();
528528
}
529529
});

0 commit comments

Comments
 (0)