Fix error brought up by changing tabs to spaces

This commit is contained in:
Kampfkarren 2019-04-10 12:14:53 -07:00
parent de02dd96fd
commit 2b6143126d

View file

@ -1,5 +1,5 @@
error: `try {} catch` is not a valid syntax
--> $DIR/try-block-catch.rs:8:4
--> $DIR/try-block-catch.rs:8:7
|
LL | } catch { }; //~ ERROR `try {} catch` is not a valid syntax
| ^^^^^