Skip to content

Commit

Permalink
Run formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
contradict committed Aug 7, 2024
1 parent 90c9177 commit 42e5ea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/basics/Variable_metadata.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ A variable can be marked `irreducible` to prevent it from being moved to an
it can be accessed in [callbacks](@ref events)

```julia
@variable important_value [irreducible=true]
@variable important_value [irreducible = true]
```

## Additional functions
Expand Down

0 comments on commit 42e5ea1

Please sign in to comment.