about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAntoni Boucher <bouanto@zoho.com>2024-03-30 08:18:56 -0400
committerAntoni Boucher <bouanto@zoho.com>2024-03-30 08:18:56 -0400
commitc7ac792687283b8c48fae679bc8cf65387181fa4 (patch)
treebde5ba0f63256c71d8bcc0e4960483d03ee1ddbc
parent92be47bef5e1f35cd84097f4bca5170e9d05dbcd (diff)
downloadrust-c7ac792687283b8c48fae679bc8cf65387181fa4.tar.gz
rust-c7ac792687283b8c48fae679bc8cf65387181fa4.zip
Add newlines
-rw-r--r--tests/hello-world/Cargo.toml2
-rw-r--r--tests/hello-world/src/main.rs2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/hello-world/Cargo.toml b/tests/hello-world/Cargo.toml
index a3b6813443f..0b8cdc63fbe 100644
--- a/tests/hello-world/Cargo.toml
+++ b/tests/hello-world/Cargo.toml
@@ -1,4 +1,4 @@
 [package]
 name = "hello_world"
 
-[dependencies]
\ No newline at end of file
+[dependencies]
diff --git a/tests/hello-world/src/main.rs b/tests/hello-world/src/main.rs
index fbedd920525..e7a11a969c0 100644
--- a/tests/hello-world/src/main.rs
+++ b/tests/hello-world/src/main.rs
@@ -1,3 +1,3 @@
 fn main() {
     println!("Hello, world!");
-}
\ No newline at end of file
+}