mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
checker: require explicit return none (#8060)
This commit is contained in:
@@ -177,6 +177,7 @@ pub fn (mut ws Client) read_next_message() ?Message {
|
||||
}
|
||||
return msg
|
||||
}
|
||||
return none
|
||||
}
|
||||
|
||||
// payload_from_fragments returs the whole paylaod from fragmented message
|
||||
|
||||
Reference in New Issue
Block a user