From 5d0c3d62b9ba37e72d713405cf2c76c79f2e5d4b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 3 May 2021 19:19:29 +0000 Subject: [PATCH] Format files using DocumentFormat --- src/dsl_vlplot_function/dsl_vlplot_function.jl | 2 +- src/vlspec.jl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/dsl_vlplot_function/dsl_vlplot_function.jl b/src/dsl_vlplot_function/dsl_vlplot_function.jl index 8512f115..bb87d0b8 100644 --- a/src/dsl_vlplot_function/dsl_vlplot_function.jl +++ b/src/dsl_vlplot_function/dsl_vlplot_function.jl @@ -224,7 +224,7 @@ function convert_frag_tree_to_dict(spec::VLFrag) Base.depwarn("`typ` in VegaLite.jl specs is deprecated, use `type` instead.", :vlplot) return "type" => p[2] - else + else return p end end diff --git a/src/vlspec.jl b/src/vlspec.jl index 5ac76b26..24e8123b 100644 --- a/src/vlspec.jl +++ b/src/vlspec.jl @@ -34,7 +34,7 @@ function augment_encoding_type(x::AbstractDict, data::Vega.DataValuesNode) return new_x else - return x + return x end end