Skip to content

Commit dfe97d6

Browse files
committed
unsplit line
1 parent ddcb4f6 commit dfe97d6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

opengrok-indexer/src/test/java/org/opengrok/indexer/history/HistoryGuruTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,7 @@ void annotation() throws Exception {
150150
@Test
151151
void getCacheInfo() throws HistoryException {
152152
// FileHistoryCache is used by default
153-
assertEquals("FileHistoryCache",
154-
HistoryGuru.getInstance().getCacheInfo());
153+
assertEquals("FileHistoryCache", HistoryGuru.getInstance().getCacheInfo());
155154
}
156155

157156
@Test

0 commit comments

Comments
 (0)