Skip to content

Commit 48697b8

Browse files
authored
Merge pull request #2027 from yerke/patch-2
Fix formatting in strings4.rs
2 parents 1652bb6 + 1499f68 commit 48697b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

exercises/09_strings/strings4.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ fn placeholder() {}
44
fn string_slice(arg: &str) {
55
println!("{arg}");
66
}
7+
78
fn string(arg: String) {
89
println!("{arg}");
910
}

0 commit comments

Comments
 (0)