summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNuno Mendes <98030270+nm-remarkable@users.noreply.github.com>2024-09-18 23:29:08 +0200
committerNuno Mendes <98030270+nm-remarkable@users.noreply.github.com>2024-09-18 23:29:08 +0200
commitf0c2c56087bfd4398b896d3a8304a90cddbb3583 (patch)
tree1e97f8c1f0cc1cf96d5deef7e925cddfdc386094
parented1a20d51b4d319a32adb7d1552f7316599c3d60 (diff)
update108 .patch due to line change
-rw-r--r--patches/patches/108_labeled_switch.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/patches/108_labeled_switch.patch b/patches/patches/108_labeled_switch.patch
index 230b8fb..467540c 100644
--- a/patches/patches/108_labeled_switch.patch
+++ b/patches/patches/108_labeled_switch.patch
@@ -1,6 +1,6 @@
--- a/exercises/108_labeled_switch.zig
+++ b/exercises/108_labeled_switch.zig
-@@ -26,13 +26,13 @@ pub fn main() void {
+@@ -65,13 +65,13 @@ pub fn main() void {
// how would you fix it?
pr: switch (@as(PullRequestState, PullRequestState.Draft)) {
PullRequestState.Draft => continue :pr PullRequestState.InReview,