mirror of
https://github.com/rust-lang/rustlings.git
synced 2025-12-17 23:47:24 +02:00
Add newline between functions
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
fn string_slice(arg: &str) {
|
||||
println!("{arg}");
|
||||
}
|
||||
|
||||
fn string(arg: String) {
|
||||
println!("{arg}");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user