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'

View File

@ -17,7 +17,7 @@ const _canvas_map = (
# since we need to know about all the series at the very beginning # since we need to know about all the series at the very beginning
function unicodeplots_rebuild(plt::Plot{UnicodePlotsBackend}) function unicodeplots_rebuild(plt::Plot{UnicodePlotsBackend})
plt.o = UnicodePlots.Plot[] plt.o = UnicodePlots.Plot[]
up_width = UnicodePlots.DEFAULT_WIDTH[] up_width = UnicodePlots.DEFAULT_WIDTH[]
up_height = UnicodePlots.DEFAULT_HEIGHT[] up_height = UnicodePlots.DEFAULT_HEIGHT[]