mirror of
https://github.com/notohh/rustlings.git
synced 2024-12-03 10:09:29 -05:00
Add newline between functions
This commit is contained in:
parent
5d4363d58d
commit
981a4778a9
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
fn string_slice(arg: &str) {
|
||||
println!("{arg}");
|
||||
}
|
||||
|
||||
fn string(arg: String) {
|
||||
println!("{arg}");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue