From 1e1ce606c552d83daa4272a301d373561182820b Mon Sep 17 00:00:00 2001
From: Andrey Meshkov <am@adguard.com>
Date: Mon, 29 Oct 2018 16:29:30 +0300
Subject: [PATCH] gofmt instead of goland's format

---
 dnsfilter/dnsfilter.go | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/dnsfilter/dnsfilter.go b/dnsfilter/dnsfilter.go
index 1eaaeffa..96ba2512 100644
--- a/dnsfilter/dnsfilter.go
+++ b/dnsfilter/dnsfilter.go
@@ -126,11 +126,11 @@ const (
 	NotFilteredError                   // there was a transitive error during check
 
 	// reasons for filtering
-	FilteredBlackList     // the host was matched to be advertising host
-	FilteredSafeBrowsing  // the host was matched to be malicious/phishing
-	FilteredParental      // the host was matched to be outside of parental control settings
-	FilteredInvalid       // the request was invalid and was not processed
-	FilteredSafeSearch    // the host was replaced with safesearch variant
+	FilteredBlackList    // the host was matched to be advertising host
+	FilteredSafeBrowsing // the host was matched to be malicious/phishing
+	FilteredParental     // the host was matched to be outside of parental control settings
+	FilteredInvalid      // the request was invalid and was not processed
+	FilteredSafeSearch   // the host was replaced with safesearch variant
 )
 
 // these variables need to survive coredns reload