Skip to content

Commit 981a477

Browse files
committed
Add newline between functions
1 parent 5d4363d commit 981a477

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

solutions/09_strings/strings4.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
fn string_slice(arg: &str) {
22
println!("{arg}");
33
}
4+
45
fn string(arg: String) {
56
println!("{arg}");
67
}

0 commit comments

Comments
 (0)