Skip to content

Commit

Permalink
Format files using DocumentFormat
Browse files Browse the repository at this point in the history
  • Loading branch information
davidanthoff authored May 6, 2021
1 parent 7b81cc6 commit b1245a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/dsl_vlplot_function/dsl_vlplot_function.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/vlspec.jl
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function augment_encoding_type(x::AbstractDict, data::Vega.DataValuesNode)

return new_x
else
return x
return x
end
end

Expand Down

0 comments on commit b1245a4

Please sign in to comment.