aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_mbe
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2020-02-29 12:49:43 +0000
committerAleksey Kladov <[email protected]>2020-02-29 12:51:23 +0000
commit5f8b37563e6d82872a18afaf4d9ca25a4ebefac0 (patch)
treeaccb6a6100600ef9473dd2cbeeb2b3baa7229c70 /crates/ra_mbe
parentb53ff214aa9fe30eeedb64f78cc89561060c0083 (diff)
Cleanup editing API
Diffstat (limited to 'crates/ra_mbe')
-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 :