Skip to content

Commit 22e4787

Browse files
sbergenlpil
authored andcommitted
Get rid of catch-all
1 parent 42d278e commit 22e4787

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gleam/otp/actor.gleam

+1-1
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ pub fn with_selector(
189189
) -> Next(message, state) {
190190
case value {
191191
Continue(state, _) -> Continue(state, Some(selector))
192-
_ -> value
192+
Stop(_) -> value
193193
}
194194
}
195195

0 commit comments

Comments
 (0)