aboutsummaryrefslogtreecommitdiffstats
path: root/src/rope.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/rope.rs')
-rw-r--r--src/rope.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rope.rs b/src/rope.rs
index c176da3..4e14d84 100644
--- a/src/rope.rs
+++ b/src/rope.rs
@@ -60,7 +60,7 @@ impl Rope {
}
}
- const EMPTY: Rope = Rope(Node::Leaf(Leaf{
+ const EMPTY: Rope = Rope(Node::Leaf(Leaf {
unsafe_buf: None,
start: 0,
end: 0,