Skip to content

Commit

Permalink
Clarify autoformatting command environment.
Browse files Browse the repository at this point in the history
  • Loading branch information
iago-lito committed Oct 7, 2022
1 parent 278d932 commit 7707ac2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ if no_break
@warn "Source code in $path is not formatted according \
to the project style defined in ../.JuliaFormatter.toml. \
Consider formatting it using your editor's autoformatter or with \
`using JuliaFormatter; format(\"path/to/BEFWM2\", format_markdown=true)`."
`using JuliaFormatter; format(\"path/to/BEFWM2\", format_markdown=true)` \
run from your usual sandbox/developing environment."
end
end
end
Expand Down

0 comments on commit 7707ac2

Please sign in to comment.