fix: linting error (#3146)

This commit is contained in:
gabrielmer 2024-10-25 11:04:17 +03:00 committed by GitHub
parent 2ffca2078b
commit 9f56891b88

View File

@ -35,4 +35,3 @@ template nanosecondTime*(collector: Gauge, body: untyped) =
metrics.set(collector, nowInUnixFloat() - start)
else:
body