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/inline/ok/0076_function_where_clause.rast | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'crates/ra_syntax/test_data/parser/inline/ok/0076_function_where_clause.rast') diff --git a/crates/ra_syntax/test_data/parser/inline/ok/0076_function_where_clause.rast b/crates/ra_syntax/test_data/parser/inline/ok/0076_function_where_clause.rast index 9621ba59e..e2c1a507d 100644 --- a/crates/ra_syntax/test_data/parser/inline/ok/0076_function_where_clause.rast +++ b/crates/ra_syntax/test_data/parser/inline/ok/0076_function_where_clause.rast @@ -34,7 +34,6 @@ SOURCE_FILE@0..29 IDENT@21..25 "Copy" WHITESPACE@25..26 " " BLOCK_EXPR@26..28 - BLOCK@26..28 - L_CURLY@26..27 "{" - R_CURLY@27..28 "}" + L_CURLY@26..27 "{" + R_CURLY@27..28 "}" WHITESPACE@28..29 "\n" -- cgit v1.2.3