fix: linting error (#3146)

This commit is contained in:
gabrielmer 2024-10-25 11:04:17 +03:00 committed by GitHub
parent de11e576f4
commit b4d3678ad9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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