Skip to content

Commit 76bff61

Browse files
committed
html-report.sh: tweak leading indentation
1 parent 05e4db5 commit 76bff61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

html-report.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ gavFormat="$repoBase/#nexus-search;gav~%s~%s~%s~~"
2020

2121
# Gets the maximum of two numbers.
2222
max() {
23-
test "$1" -gt "$2" && echo "$1" || echo "$2"
23+
test "$1" -gt "$2" && echo "$1" || echo "$2"
2424
}
2525

2626
info() {

0 commit comments

Comments
 (0)