mirror of
https://codeberg.org/ziglings/exercises.git
synced 2026-06-10 17:09:59 +00:00
update108 .patch due to line change
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
--- a/exercises/108_labeled_switch.zig
|
--- a/exercises/108_labeled_switch.zig
|
||||||
+++ b/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?
|
// how would you fix it?
|
||||||
pr: switch (@as(PullRequestState, PullRequestState.Draft)) {
|
pr: switch (@as(PullRequestState, PullRequestState.Draft)) {
|
||||||
PullRequestState.Draft => continue :pr PullRequestState.InReview,
|
PullRequestState.Draft => continue :pr PullRequestState.InReview,
|
||||||
|
|||||||
Reference in New Issue
Block a user