diff options
Diffstat (limited to 'plugin/metrics/context.go')
-rw-r--r-- | plugin/metrics/context.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin/metrics/context.go b/plugin/metrics/context.go index fa2e75194..7ee25ef4a 100644 --- a/plugin/metrics/context.go +++ b/plugin/metrics/context.go @@ -1,9 +1,9 @@ package metrics import ( - "github.com/coredns/coredns/plugin/metrics/vars" - "context" + + "github.com/coredns/coredns/plugin/metrics/vars" ) // WithServer returns the current server handling the request. It returns the |