Chore: Enable whitespace linter (#25903)

Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
This commit is contained in:
Arve Knudsen
2020-07-06 20:17:28 +02:00
committed by GitHub
parent 42295898b8
commit 41d432b5ae
189 changed files with 3 additions and 303 deletions
-3
View File
@@ -13,9 +13,7 @@ import (
)
func TestAlertRuleExtraction(t *testing.T) {
Convey("Parsing alert rules from dashboard json", t, func() {
RegisterCondition("query", func(model *simplejson.Json, index int) (Condition, error) {
return &FakeCondition{}, nil
})
@@ -80,7 +78,6 @@ func TestAlertRuleExtraction(t *testing.T) {
})
Convey("Parsing and validating dashboard containing graphite alerts", func() {
dashJSON, err := simplejson.NewJson(json)
So(err, ShouldBeNil)