Skip to content

Commit

Permalink
Get rid of catch-all
Browse files Browse the repository at this point in the history
  • Loading branch information
sbergen authored and lpil committed Feb 23, 2025
1 parent 42d278e commit 22e4787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gleam/otp/actor.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ pub fn with_selector(
) -> Next(message, state) {
case value {
Continue(state, _) -> Continue(state, Some(selector))
_ -> value
Stop(_) -> value
}
}

Expand Down

0 comments on commit 22e4787

Please sign in to comment.