summaryrefslogtreecommitdiff
path: root/src/model/library.rs
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2022-12-31 09:37:55 +0100
committerLaurenz <laurmaedje@gmail.com>2022-12-31 09:52:14 +0100
commit7c683db3673187260ef2fa84d779ff81cb05aba8 (patch)
tree5ecfe3845b528a7d5ec67dfc1c93eb0dee3fa951 /src/model/library.rs
parenta6d90c1bf1e9fefa0af04206909a40e112d6bb14 (diff)
Merge `MarkupNode` and `MathNode` into `Expr`
Diffstat (limited to 'src/model/library.rs')
-rw-r--r--src/model/library.rs2
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.