mirror of
https://codeberg.org/ziglings/exercises.git
synced 2024-12-26 01:20:30 +00:00
update108 .patch due to line change
This commit is contained in:
parent
ed1a20d51b
commit
f0c2c56087
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue