Commit 35982bd2 authored by Nguyen Quang Huy's avatar Nguyen Quang Huy Committed by Miek Gieben

Fix unsorted imports (#2561)

Imports should be sorted by Go coding convention
parent 8d09cb24
......@@ -5,8 +5,8 @@ import (
"testing"
"time"
"github.com/coredns/coredns/plugin/test"
"github.com/coredns/coredns/plugin/file"
"github.com/coredns/coredns/plugin/test"
"github.com/miekg/dns"
)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment