Skip to content

Commit 792079f

Browse files
authored
Merge pull request #42 from itsdfish/auto-juliaformatter-pr
Automatic JuliaFormatter.jl run
2 parents a1ef4e1 + 2185214 commit 792079f

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

notebooks/retirement_stress_test.jl

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,14 @@ using InteractiveUtils
77
# This Pluto notebook uses @bind for interactivity. When running this notebook outside of Pluto, the following 'mock version' of @bind gives bound variables a default value (instead of an error).
88
macro bind(def, element)
99
quote
10-
local iv = try Base.loaded_modules[Base.PkgId(Base.UUID("6e696c72-6542-2067-7265-42206c756150"), "AbstractPlutoDingetjes")].Bonds.initial_value catch; b -> missing; end
10+
local iv = try
11+
Base.loaded_modules[Base.PkgId(
12+
Base.UUID("6e696c72-6542-2067-7265-42206c756150"),
13+
"AbstractPlutoDingetjes"
14+
)].Bonds.initial_value
15+
catch
16+
b -> missing
17+
end
1118
local el = $(esc(element))
1219
global $(esc(def)) = Core.applicable(Base.get, el) ? Base.get(el) : iv(el)
1320
el

0 commit comments

Comments
 (0)