Skip to content

Commit

Permalink
scripts/test-benchmarks.bash: format
Browse files Browse the repository at this point in the history
  • Loading branch information
charlievieth committed Sep 12, 2024
1 parent 448bdbf commit b5ec23d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test-benchmarks.bash
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ echo '# Testing benchmarks'

# Go packages
readarray -t PACKAGES < <(go list ./...)
if (( ${#PACKAGES[@]} == 0 )); then
if ((${#PACKAGES[@]} == 0)); then
printf '%sFAIL%s\t%s\n' "${RED}" "${RESET}" 'no Go packages'
exit 1
fi
Expand Down

0 comments on commit b5ec23d

Please sign in to comment.