Skip to content

Commit 9430137

Browse files
authored
apply swap suggestion (#5069)
1 parent 55e84da commit 9430137

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PlotsBase/src/init.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,8 @@ macro precompile_backend(backend_package)
175175
end,
176176
)
177177
end
178-
withenv("GKSwstype" => "nul", "MPLBACKEND" => "agg") do
179-
PrecompileTools.@compile_workload begin
178+
PrecompileTools.@compile_workload begin
179+
withenv("GKSwstype" => "nul", "MPLBACKEND" => "agg") do
180180
eval.(imports)
181181
eval.(examples)
182182
PlotsBase.CURRENT_PLOT.nullableplot = nothing

0 commit comments

Comments
 (0)