aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_mbe/src/syntax_bridge.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/ra_mbe/src/syntax_bridge.rs')
-rw-r--r--crates/ra_mbe/src/syntax_bridge.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_mbe/src/syntax_bridge.rs b/crates/ra_mbe/src/syntax_bridge.rs
index ea2cac069..2aaf0215f 100644
--- a/crates/ra_mbe/src/syntax_bridge.rs
+++ b/crates/ra_mbe/src/syntax_bridge.rs
@@ -570,7 +570,7 @@ mod tests {
570 let token_tree = insert_children( 570 let token_tree = insert_children(
571 &rbrace.parent().unwrap(), 571 &rbrace.parent().unwrap(),
572 InsertPosition::Last, 572 InsertPosition::Last,
573 &mut std::iter::once(space), 573 std::iter::once(space),
574 ); 574 );
575 575
576 // Token Tree now is : 576 // Token Tree now is :