Skip to content

Commit 72abc66

Browse files
committed
format
1 parent 9dffb50 commit 72abc66

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

PlotsBase/ext/PlotlyJSExt.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ struct PlotlyJSBackend <: PlotsBase.AbstractBackend end
1111

1212
function PlotsBase.extension_init(::PlotlyJSBackend)
1313
if Base.get_bool_env("PLOTSBASE_PLOTLYJS_UNSAFE_ELECTRON", false)
14-
(Sys.islinux() && isdefined(PlotlyJS, :unsafe_electron)) && PlotlyJS.unsafe_electron()
14+
(Sys.islinux() && isdefined(PlotlyJS, :unsafe_electron)) &&
15+
PlotlyJS.unsafe_electron()
1516
end
1617
end
1718

0 commit comments

Comments
 (0)