georust / geozero

Zero-Copy reading and writing of geospatial data.
Apache License 2.0
322 stars 30 forks source link

Simplify returns, removing unneeded Ok(()) #128

Closed nyurik closed 1 year ago

nyurik commented 1 year ago

Removed 76 lines -- in many cases, we can pass-through the return value from another call, avoiding the need of the extra Ok(()) statement.