Formatting
authorLukeMathWalker <20745048+LukeMathWalker@users.noreply.github.com>
Thu, 1 Aug 2024 13:09:40 +0000 (15:09 +0200)
committerLukeMathWalker <20745048+LukeMathWalker@users.noreply.github.com>
Thu, 1 Aug 2024 13:09:40 +0000 (15:09 +0200)
book/src/03_ticket_v1/03_modules.md

index 6890639..7a12476 100644 (file)
@@ -115,7 +115,7 @@ that most of our test modules start with a `use super::*;` statement to bring al
 
 ## Visualizing the module tree
 
-If you're struggling to picture the module tree of your project, you can try using 
+If you're struggling to picture the module tree of your project, you can try using
 [`cargo-modules`](https://crates.io/crates/cargo-modules) to visualize it!
 
-Refer to their documentation for installation instructions and usage examples.
\ No newline at end of file
+Refer to their documentation for installation instructions and usage examples.