Skip to content

Commit 42e5ea1

Browse files
committed
Run formatter
1 parent 90c9177 commit 42e5ea1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/basics/Variable_metadata.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ A variable can be marked `irreducible` to prevent it from being moved to an
140140
it can be accessed in [callbacks](@ref events)
141141

142142
```julia
143-
@variable important_value [irreducible=true]
143+
@variable important_value [irreducible = true]
144144
```
145145

146146
## Additional functions

0 commit comments

Comments
 (0)