From f0c2c56087bfd4398b896d3a8304a90cddbb3583 Mon Sep 17 00:00:00 2001 From: Nuno Mendes <98030270+nm-remarkable@users.noreply.github.com> Date: Wed, 18 Sep 2024 23:29:08 +0200 Subject: [PATCH] update108 .patch due to line change --- patches/patches/108_labeled_switch.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,