vlang / v

Simple, fast, safe, compiled language for developing maintainable software. Compiles itself in <1s with zero library dependencies. Supports automatic C => V translation. https://vlang.io
MIT License
35.5k stars 2.15k forks source link

crypto/sha3: remove unnecessary return at the end of the write function #21669

Closed kimshrier closed 2 weeks ago

kimshrier commented 2 weeks ago

I program in too many languages and sometimes I forget that a return statement isn't needed at the end of a function when there is no value to return.