fix formatting (#2302)

This commit is contained in:
Sandeep Rajan
2018-11-13 16:46:48 -05:00
committed by Chris O'Haver
parent 94c9aae323
commit c3d69bec31
2 changed files with 4 additions and 4 deletions

View File

@@ -31,9 +31,9 @@ type (
re *regexp.Regexp
// In the future this should be something like ZoneMeta that contains all this stuff.
transferTo []string
transferTo []string
ReloadInterval time.Duration
upstream upstream.Upstream // Upstream for looking up names during the resolution process.
upstream upstream.Upstream // Upstream for looking up names during the resolution process.
duration time.Duration
}