Skip to content

Commit

Permalink
add newlines in output messages
Browse files Browse the repository at this point in the history
  • Loading branch information
ytdHuang committed May 22, 2024
1 parent 8767346 commit d1621d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/FormatCheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
else
@error "The following files have not been formatted !!!"
write(stdout, output)
write(stdout, "-----")
write(stdout, "Please format them by running the following command:")
write(stdout, "-----\n")
write(stdout, "Please format them by running the following command:\n")
write(stdout, "julia -e \"using JuliaFormatter; format(\\\".\\\")\"")
exit(1)
end'

0 comments on commit d1621d6

Please sign in to comment.