Skip to content

Commit df9257f

Browse files
committed
Format pluto notebook to satisfy precommit.
However, see fredrikekre/Runic.jl#107
1 parent 95ead5a commit df9257f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/plutovista.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ 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
#! format: off
10-
quote
10+
return quote
1111
local iv = try Base.loaded_modules[Base.PkgId(Base.UUID("6e696c72-6542-2067-7265-42206c756150"), "AbstractPlutoDingetjes")].Bonds.initial_value catch; b -> missing; end
1212
local el = $(esc(element))
1313
global $(esc(def)) = Core.applicable(Base.get, el) ? Base.get(el) : iv(el)

0 commit comments

Comments
 (0)