Skip to content

Commit

Permalink
Remove redundant space
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-o committed May 30, 2023
1 parent e0e89e4 commit a6613a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ private List<File> getReportsDirectories() {
}
File reportsDirectory = new File(moduleBaseDir, reportDir);
if (reportsDirectory.exists() && reportsDirectory.isDirectory()) {
getConsoleLogger().debug("Adding report dir : " + moduleBaseDir + reportDir);
getConsoleLogger().debug("Adding report dir: " + moduleBaseDir + reportDir);
resolvedReportsDirectories.add(reportsDirectory);
}
}
Expand Down

0 comments on commit a6613a8

Please sign in to comment.