diff options
| author | Antoni Boucher <bouanto@zoho.com> | 2024-03-30 08:18:56 -0400 |
|---|---|---|
| committer | Antoni Boucher <bouanto@zoho.com> | 2024-03-30 08:18:56 -0400 |
| commit | c7ac792687283b8c48fae679bc8cf65387181fa4 (patch) | |
| tree | bde5ba0f63256c71d8bcc0e4960483d03ee1ddbc | |
| parent | 92be47bef5e1f35cd84097f4bca5170e9d05dbcd (diff) | |
| download | rust-c7ac792687283b8c48fae679bc8cf65387181fa4.tar.gz rust-c7ac792687283b8c48fae679bc8cf65387181fa4.zip | |
Add newlines
| -rw-r--r-- | tests/hello-world/Cargo.toml | 2 | ||||
| -rw-r--r-- | tests/hello-world/src/main.rs | 2 |
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 +} |
