Skip to content

Commit c7ac792

Browse files
committed
Add newlines
1 parent 92be47b commit c7ac792

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/hello-world/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[package]
22
name = "hello_world"
33

4-
[dependencies]
4+
[dependencies]

tests/hello-world/src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
fn main() {
22
println!("Hello, world!");
3-
}
3+
}

0 commit comments

Comments
 (0)