From 79c1de6988099823d82f70c0e2a54a140c0db364 Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Thu, 16 Nov 2017 09:57:57 +0000 Subject: [PATCH] Tabs and spaces --- linter-fast.json | 2 +- linter.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/linter-fast.json b/linter-fast.json index 2ad7093fb..81188d79c 100644 --- a/linter-fast.json +++ b/linter-fast.json @@ -11,7 +11,7 @@ "misspell", "errcheck", "vet", - "gofmt", + "gofmt", "goconst" ] } diff --git a/linter.json b/linter.json index f3b7217da..de4f2bf6a 100644 --- a/linter.json +++ b/linter.json @@ -17,7 +17,7 @@ "errcheck", "vet", "megacheck", - "gofmt", + "gofmt", "goconst" ] }