From 3e9ddce254e51788148fc18ea619eaa0217681b5 Mon Sep 17 00:00:00 2001 From: Bill Thiede Date: Tue, 1 Dec 2020 20:02:20 -0800 Subject: [PATCH] Whitespace cleanup. --- 2020/src/bin/day1.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/2020/src/bin/day1.rs b/2020/src/bin/day1.rs index 676e011..6cf25e1 100644 --- a/2020/src/bin/day1.rs +++ b/2020/src/bin/day1.rs @@ -99,6 +99,7 @@ mod tests { .with_context(|| format!("Input {}", path.display())) .expect("failed to parse") } + #[test] fn test_parse() { let nums = get_nums();