Skip to content

Commit 2b61431

Browse files
committed
Fix error brought up by changing tabs to spaces
1 parent de02dd9 commit 2b61431

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/ui/try-block/try-block-catch.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
error: `try {} catch` is not a valid syntax
2-
--> $DIR/try-block-catch.rs:8:4
2+
--> $DIR/try-block-catch.rs:8:7
33
|
44
LL | } catch { }; //~ ERROR `try {} catch` is not a valid syntax
55
| ^^^^^

0 commit comments

Comments
 (0)