google / open-location-code

Open Location Code is a library to generate short codes, called "plus codes", that can be used as digital addresses where street addresses don't exist.
https://plus.codes
Apache License 2.0
4.06k stars 472 forks source link

Remove unneeded return statement #412

Closed andrew-barnard closed 4 years ago

andrew-barnard commented 4 years ago

Remove unneeded return statement from end of function. Expressions at end of function are automatically returned Tests as per travis.yml carried out successfully Fixes #405