From 642a3392d94b85cf5802cef9ceaa3de7e4571680 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Sat, 2 May 2020 01:18:35 +0200 Subject: Update test data --- .../test_data/parser/ok/0064_impl_fn_params.rast | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) (limited to 'crates/ra_syntax/test_data/parser/ok/0064_impl_fn_params.rast') diff --git a/crates/ra_syntax/test_data/parser/ok/0064_impl_fn_params.rast b/crates/ra_syntax/test_data/parser/ok/0064_impl_fn_params.rast index 4f9a14066..a0423806c 100644 --- a/crates/ra_syntax/test_data/parser/ok/0064_impl_fn_params.rast +++ b/crates/ra_syntax/test_data/parser/ok/0064_impl_fn_params.rast @@ -50,9 +50,8 @@ SOURCE_FILE@0..137 R_PAREN@41..42 ")" WHITESPACE@42..43 " " BLOCK_EXPR@43..45 - BLOCK@43..45 - L_CURLY@43..44 "{" - R_CURLY@44..45 "}" + L_CURLY@43..44 "{" + R_CURLY@44..45 "}" WHITESPACE@45..50 "\n " FN_DEF@50..73 FN_KW@50..52 "fn" @@ -93,9 +92,8 @@ SOURCE_FILE@0..137 R_PAREN@69..70 ")" WHITESPACE@70..71 " " BLOCK_EXPR@71..73 - BLOCK@71..73 - L_CURLY@71..72 "{" - R_CURLY@72..73 "}" + L_CURLY@71..72 "{" + R_CURLY@72..73 "}" WHITESPACE@73..78 "\n " FN_DEF@78..107 FN_KW@78..80 "fn" @@ -125,9 +123,8 @@ SOURCE_FILE@0..137 R_PAREN@103..104 ")" WHITESPACE@104..105 " " BLOCK_EXPR@105..107 - BLOCK@105..107 - L_CURLY@105..106 "{" - R_CURLY@106..107 "}" + L_CURLY@105..106 "{" + R_CURLY@106..107 "}" WHITESPACE@107..112 "\n " FN_DEF@112..134 FN_KW@112..114 "fn" @@ -158,9 +155,8 @@ SOURCE_FILE@0..137 R_PAREN@130..131 ")" WHITESPACE@131..132 " " BLOCK_EXPR@132..134 - BLOCK@132..134 - L_CURLY@132..133 "{" - R_CURLY@133..134 "}" + L_CURLY@132..133 "{" + R_CURLY@133..134 "}" WHITESPACE@134..135 "\n" R_CURLY@135..136 "}" WHITESPACE@136..137 "\n" -- cgit v1.2.3