summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRyan Geary <rtgnj42@gmail.com>2019-09-10 21:06:20 -0400
committerRyan Geary <rtgnj42@gmail.com>2019-09-10 21:06:20 -0400
commit53738214276097eef7c61be2c215374327dbe9a7 (patch)
treef8facbc8698aedafde1b888eb4d2291ef5ba30b6 /src
parent42b1af66a63682222849364109b93f7d2e8c0ee1 (diff)
RustFmt
Diffstat (limited to 'src')
-rw-r--r--src/main.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index b236775..4788936 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -56,7 +56,6 @@ fn main() {
}
}
-
fn parse_choice(src: &str) -> Result<Choice, ParseIntError> {
let re = Regex::new(r"^(\d*):(\d*)$").unwrap();