Skip to content

Commit

Permalink
checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
simei94 committed Oct 12, 2023
1 parent e4bce09 commit 9a57b85
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ public Integer call() throws Exception {
}
}
} catch (IOException e) {
log.log(Level.FATAL,e);
log.log(Level.FATAL, e);
} finally {
tsvPrinter.close();
log.log(Level.INFO, "Analysis output has been written to: {}", outputFile);
Expand Down

0 comments on commit 9a57b85

Please sign in to comment.