diff --git a/tests/run-make/c-link-to-rust-staticlib/rmake.rs b/tests/run-make/c-link-to-rust-staticlib/rmake.rs index 7116b5b81326..ca11dcf7f329 100644 --- a/tests/run-make/c-link-to-rust-staticlib/rmake.rs +++ b/tests/run-make/c-link-to-rust-staticlib/rmake.rs @@ -19,4 +19,4 @@ fn main() { run("bar"); fs::remove_file(static_lib("foo")); run("bar"); -} \ No newline at end of file +}