From 5302424d0193e99c5c8702081e98fea14d25f59b Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Thu, 2 Dec 2021 11:37:53 -0600 Subject: [PATCH] Cleanup whitespace --- 2021/two.nim | 1 - 1 file changed, 1 deletion(-) diff --git a/2021/two.nim b/2021/two.nim index 4bf23ba..97e1b7b 100644 --- a/2021/two.nim +++ b/2021/two.nim @@ -50,4 +50,3 @@ when not defined(release): ] doAssert testInput.submarineCommands() == 150 doAssert testInput.submarineCommandsWithAim() == 900 -