diff options
Diffstat (limited to 'src/model/library.rs')
| -rw-r--r-- | src/model/library.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/model/library.rs b/src/model/library.rs index c6449e27..5360b00a 100644 --- a/src/model/library.rs +++ b/src/model/library.rs @@ -34,7 +34,7 @@ pub struct LangItems { /// Whitespace. pub space: fn() -> Content, /// A forced line break: `\`. - pub linebreak: fn(justify: bool) -> Content, + pub linebreak: fn() -> Content, /// Plain text without markup. pub text: fn(text: EcoString) -> Content, /// The id of the text node. |
