From 49e7c51f9a230cce0464343d8279986e8eb5c3d3 Mon Sep 17 00:00:00 2001
From: Manlio Perillo <manlio.perillo@gmail.com>
Date: Mon, 24 Apr 2023 18:41:11 +0200
Subject: [PATCH] Fix formatting in exercise 99

The non-conforming formatting was not detected by the eowyn.sh script,
due to a bug.
---
 exercises/099_formatting.zig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
 //