Skip to content

Commit

Permalink
cleanup checkstyle findings in ValgrindDescriptor
Browse files Browse the repository at this point in the history
  • Loading branch information
bitrunner committed Sep 20, 2023
1 parent cbffebf commit 943e039
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,12 @@ public String getHelp() {
}

@Override
public String getUrl() { return "https://valgrind.org"; }
public String getUrl() {
return "https://valgrind.org";
}

@Override
public String getIconUrl() { return "https://valgrind.org/images/valgrind-link3.png"; }
public String getIconUrl() {
return "https://valgrind.org/images/valgrind-link3.png";
}
}

0 comments on commit 943e039

Please sign in to comment.