diff options
Diffstat (limited to 'lua/tests/indent/rust/basic.rs')
| -rw-r--r-- | lua/tests/indent/rust/basic.rs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lua/tests/indent/rust/basic.rs b/lua/tests/indent/rust/basic.rs deleted file mode 100644 index 54d38cf68..000000000 --- a/lua/tests/indent/rust/basic.rs +++ /dev/null @@ -1,7 +0,0 @@ -fn foo(x: i32) { - if (x > 10) { - return 10; - } else { - return x; - } -} |
