Skip to content

Commit

Permalink
please formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
BeastyBlacksmith authored Jul 5, 2024
1 parent 3c4a82f commit c8d09df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/backends.jl
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,8 @@ function diagnostics(io::IO = stdout)
be_name = string(backend_package_name(be))
@info "selected `Plots` backend: $be_name, from $origin"
pkg = lazyloadPkg()
Base.invokelatest(pkg.status,
Base.invokelatest(
pkg.status,
["Plots", "RecipesBase", "RecipesPipeline", be_name];
mode = pkg.PKGMODE_MANIFEST,
io,
Expand Down

0 comments on commit c8d09df

Please sign in to comment.