In #33 a complete formatting of the code was merged.
Runic adds explicit returns at places where implicit returns were already present.
However, in most cases, we simply want to return nothing.
This has to be checked for each occurrence.
This is a nice exercise for starters 😃
@Liameloy maybe something for you?