From 94319fef242b9d5369a17d2b2e31eaf79c857627 Mon Sep 17 00:00:00 2001 From: Julien <96022417+Oneirical@users.noreply.github.com> Date: Sat, 11 May 2024 17:22:48 -0400 Subject: [PATCH] Add EOF newline --- tests/run-make/c-link-to-rust-staticlib/rmake.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 +}