Skip to content

Commit

Permalink
Fix spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed Dec 23, 2023
1 parent 12a21a4 commit 61df54d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -685,8 +685,8 @@ private void initializeXrefTestLocation(CheckstyleReportRenderer renderer) {
}

private String determineRelativePath(File location) {
String relativePath = PathTool.getRelativePath(getReportOutputDirectory().getAbsolutePath(),
location.getAbsolutePath());
String relativePath =
PathTool.getRelativePath(getReportOutputDirectory().getAbsolutePath(), location.getAbsolutePath());
if (relativePath == null || relativePath.trim().isEmpty()) {
relativePath = ".";
}
Expand Down

0 comments on commit 61df54d

Please sign in to comment.