aboutsummaryrefslogtreecommitdiff
path: root/src/test/run-pass/expr-block-box.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/run-pass/expr-block-box.rs')
-rw-r--r--src/test/run-pass/expr-block-box.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/run-pass/expr-block-box.rs b/src/test/run-pass/expr-block-box.rs
index cee2a04c..e8ab6209 100644
--- a/src/test/run-pass/expr-block-box.rs
+++ b/src/test/run-pass/expr-block-box.rs
@@ -7,4 +7,4 @@ fn main() {
};
check (*x == 100);
-} \ No newline at end of file
+}