summary refs log tree commit diff
path: root/01/src
diff options
context:
space:
mode:
authorIrene Knapp <ireneista@gmail.com>2020-12-06 02:29:32 -0800
committerIrene Knapp <ireneista@gmail.com>2020-12-06 02:29:32 -0800
commitb273a8522cdb685d8c7e4e6e22c9d93362710fcb (patch)
tree911c1a777f4ca51b683923299b2fc21000513757 /01/src
parentaab48390371e0e79b9e00783e645bc1f6dfadd41 (diff)
remove redundant calls to trim()
Diffstat (limited to '01/src')
-rw-r--r--01/src/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/01/src/main.rs b/01/src/main.rs
index 21c164b..b7cdbbf 100644
--- a/01/src/main.rs
+++ b/01/src/main.rs
@@ -65,3 +65,4 @@ fn main() -> Result<()> {
 
   Ok(())
 }
+