format remaining files

This commit is contained in:
Simon Christ 2022-02-11 11:25:50 +01:00
parent dbcaf2d08f
commit 4303b98b07
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ jobs:
if out == "" if out == ""
exit(0) exit(0)
else else
@error "Some files have not been formatted !!!" @error "These files have not been formatted:\n$out"
write(stdout, out) write(stdout, out)
exit(1) exit(1)
end' end'