rcrowley / go-metrics

Go port of Coda Hale's Metrics library
Other
3.43k stars 493 forks source link

gofmt the code #191

Closed zaa closed 7 years ago

zaa commented 7 years ago

Hello.

We have a gofmt check in out git pre-commit hook which prevents a commit if it contains code with formatting issues. We vendor go-metrics, and since it has the formatting issues we have to sidestep the pre-commit hook check. Would you please so kind to merge the formatting changes?

Thank you.

mihasya commented 7 years ago

Absolutely! Noticed that when working on another PR. Thank you!