1
0
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:
Daniel Däschle
2021-01-12 11:43:55 +01:00
committed by GitHub
parent 33976246c8
commit 3289dff7ff
10 changed files with 16 additions and 13 deletions

View File

@@ -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