summaryrefslogtreecommitdiffstatshomepage
path: root/patches
diff options
context:
space:
mode:
Diffstat (limited to 'patches')
-rw-r--r--patches/patches/099_formatting.patch3
1 files changed, 1 insertions, 2 deletions
diff --git a/patches/patches/099_formatting.patch b/patches/patches/099_formatting.patch
index bb25059..5b7efbe 100644
--- a/patches/patches/099_formatting.patch
+++ b/patches/patches/099_formatting.patch
@@ -1,5 +1,4 @@
-108,109c108
-< // what formatting is needed here?
+134c134
< print("{???} ", .{(a + 1) * (b + 1)});
---
> print("{d:>3} ", .{(a + 1) * (b + 1)});