diff options
Diffstat (limited to 'src/main.rs')
-rw-r--r-- | src/main.rs | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/main.rs b/src/main.rs index 37c68c9..2a43780 100644 --- a/src/main.rs +++ b/src/main.rs @@ -139,10 +139,7 @@ fn main() { addresses.push_str(&format!( "{}", Color::Green - .paint(format!( - "/{random_route}", - random_route = random_route, - )) + .paint(format!("/{random_route}", random_route = random_route,)) .bold() )); } |