remove value-return statement in void-function
Summary
Remove the return
keyword in the void
-variant of Hybrid::switchCases
Details
The current code gives the error: return-statement with a value, in function returning 'void'
. This MR resolves this error.
Edited by Simon Praetorius