From 4303b98b07a737d5758fa9691116f3c42768f640 Mon Sep 17 00:00:00 2001 From: Simon Christ Date: Fri, 11 Feb 2022 11:25:50 +0100 Subject: [PATCH] format remaining files --- .github/workflows/format_check.yml | 2 +- src/backends/unicodeplots.jl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/format_check.yml b/.github/workflows/format_check.yml index 2ccd2b2c..530e6e64 100644 --- a/.github/workflows/format_check.yml +++ b/.github/workflows/format_check.yml @@ -32,7 +32,7 @@ jobs: if out == "" exit(0) else - @error "Some files have not been formatted !!!" + @error "These files have not been formatted:\n$out" write(stdout, out) exit(1) end' diff --git a/src/backends/unicodeplots.jl b/src/backends/unicodeplots.jl index 8d37aa7a..c09de737 100644 --- a/src/backends/unicodeplots.jl +++ b/src/backends/unicodeplots.jl @@ -17,7 +17,7 @@ const _canvas_map = ( # since we need to know about all the series at the very beginning function unicodeplots_rebuild(plt::Plot{UnicodePlotsBackend}) plt.o = UnicodePlots.Plot[] - + up_width = UnicodePlots.DEFAULT_WIDTH[] up_height = UnicodePlots.DEFAULT_HEIGHT[]