Skip to content

Commit

Permalink
Merge pull request #1779 from JackDunnNZ/patch-1
Browse files Browse the repository at this point in the history
Minor formatting fix
  • Loading branch information
mkborregaard authored Oct 4, 2018
2 parents 63bc3a2 + 6b46e81 commit e84de56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backends.jl
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ function pickDefaultBackend()
@warn("You have set `PLOTS_DEFAULT_BACKEND=$env_default` but `$(backend_package_name(sym))` is not loaded.")
end
else
@warn("You have set PLOTS_DEFAULT_BACKEND=$env_default but it is not a valid backend package. Choose from:\n\t",
@warn("You have set PLOTS_DEFAULT_BACKEND=$env_default but it is not a valid backend package. Choose from:\n\t" *
join(sort(_backends), "\n\t"))
end
end
Expand Down

0 comments on commit e84de56

Please sign in to comment.