Skip to content

Commit 703d577

Browse files
Vladimir Kotalahornace
authored andcommitted
fix style
1 parent bddbeb5 commit 703d577

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opengrok-indexer/src/main/java/org/opengrok/indexer/history/MercurialHistoryParser.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ class MercurialHistoryParser implements Executor.StreamHandler {
7676
History parse(File file, String sinceRevision, String tillRevision) throws HistoryException {
7777
isDir = file.isDirectory();
7878
try {
79-
Executor executor = repository.getHistoryLogExecutor(file, sinceRevision, tillRevision,false);
79+
Executor executor = repository.getHistoryLogExecutor(file, sinceRevision, tillRevision, false);
8080
int status = executor.exec(true, this);
8181

8282
if (status != 0) {

0 commit comments

Comments
 (0)