aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/exercises
diff options
context:
space:
mode:
authorManlio Perillo <manlio.perillo@gmail.com>2023-04-24 18:41:11 +0200
committerManlio Perillo <manlio.perillo@gmail.com>2023-04-25 14:56:07 +0200
commit49e7c51f9a230cce0464343d8279986e8eb5c3d3 (patch)
tree6585a9b4adb5aacc7b91ae256143130756b87e7e /exercises
parentfd6f3eebbbd18324cd6dbe11c872965cc2d0d04e (diff)
Fix formatting in exercise 99
The non-conforming formatting was not detected by the eowyn.sh script, due to a bug.
Diffstat (limited to 'exercises')
-rw-r--r--exercises/099_formatting.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/exercises/099_formatting.zig b/exercises/099_formatting.zig
index 074358b..fc73338 100644
--- a/exercises/099_formatting.zig
+++ b/exercises/099_formatting.zig
@@ -82,7 +82,7 @@
//
// X | 1 2 3 4 5 ...
// ---+---+---+---+---+---+
-// 1 | 1 2 3 4 5
+// 1 | 1 2 3 4 5
//
// 2 | 2 4 6 8 10
//