scientistproject / Scientist.net

A .NET library for carefully refactoring critical paths. It's a port of GitHub's Ruby Scientist library
MIT License
1.46k stars 95 forks source link

Fixes build warnings. #105

Closed joncloud closed 6 years ago

joncloud commented 6 years ago

Minor refactor to use generic on method instead of implicitly defining a return value, which would never get executed.

haacked commented 6 years ago

:thumbs up: