From 7cbd4d49c379a1c30cf6222ab8bd2ceaeb65b406 Mon Sep 17 00:00:00 2001 From: lanzafame Date: Wed, 21 Oct 2020 18:39:57 +1000 Subject: [PATCH] gofmt --- metrics/metrics.go | 2 +- metrics/proxy.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/metrics/metrics.go b/metrics/metrics.go index 8de6afc1e..33d9e9174 100644 --- a/metrics/metrics.go +++ b/metrics/metrics.go @@ -186,4 +186,4 @@ func Timer(ctx context.Context, m *stats.Float64Measure) func() { return func() { stats.Record(ctx, m.M(SinceInMilliseconds(start))) } -} \ No newline at end of file +} diff --git a/metrics/proxy.go b/metrics/proxy.go index cafcaad89..f3714ec2e 100644 --- a/metrics/proxy.go +++ b/metrics/proxy.go @@ -62,4 +62,4 @@ func proxy(in interface{}, out interface{}) { })) } -} \ No newline at end of file +}