r-lib / svglite

A lightweight svg graphics device for R
https://svglite.r-lib.org
180 stars 39 forks source link

remove redundant 'return' statements from 'void' functions #155

Closed MichaelChirico closed 2 years ago

MichaelChirico commented 2 years ago

Following the advice here:

https://clang.llvm.org/extra/clang-tidy/checks/readability/redundant-control-flow.html

thomasp85 commented 2 years ago

Thanks