format remaining files
This commit is contained in:
parent
dbcaf2d08f
commit
4303b98b07
2
.github/workflows/format_check.yml
vendored
2
.github/workflows/format_check.yml
vendored
@ -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'
|
||||||
|
|||||||
@ -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[]
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user