diff options
| author | Étienne Barrié <etienne.barrie@gmail.com> | 2020-08-10 10:42:54 -0400 |
|---|---|---|
| committer | Étienne Barrié <etienne.barrie@gmail.com> | 2020-08-10 10:42:54 -0400 |
| commit | 81f8c2f83c6bb5c239fd2e0cf856d1535692af3f (patch) | |
| tree | 0710683da6637b251520b26a65b3a1c91a317f28 /src/main.rs | |
| parent | c4853ee6bb2b3791ba04daf14105bfab2b53e79f (diff) | |
chore: Run cargo fmt
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/main.rs b/src/main.rs index 0e1291c..b5814bf 100644 --- a/src/main.rs +++ b/src/main.rs @@ -126,9 +126,7 @@ fn main() { ); println!(); println!("We hope you enjoyed learning about the various aspects of Rust!"); - println!( - "If you noticed any issues, please don't hesitate to report them to our repo." - ); + println!("If you noticed any issues, please don't hesitate to report them to our repo."); println!("You can also contribute your own exercises to help the greater community!"); println!(); println!("Before reporting an issue or contributing, please read our guidelines:"); |
