aboutsummaryrefslogtreecommitdiff
path: root/patches
diff options
context:
space:
mode:
authorDave Gauer <[email protected]>2023-04-23 18:54:43 -0400
committerDave Gauer <[email protected]>2023-04-23 18:54:43 -0400
commit42c430a0c070fe7b73598fbacc6b0d1aad085390 (patch)
treea32b68d39d190d353f6bff03f5973c9db2a41c67 /patches
parent99891b53fb799b221c0b63cdfc79e7ce20d99fd6 (diff)
downloadziglings-42c430a0c070fe7b73598fbacc6b0d1aad085390.tar.xz
ziglings-42c430a0c070fe7b73598fbacc6b0d1aad085390.zip
Ex 099 format instructions to 65 columns, wording, examples
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)});