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
@@ -96,7 +96,6 @@ func TestDashboardFileReader(t *testing.T) {
logger := log.New("test.logger")
Convey("Reading dashboards from disk", func() {
cfg := &config{
Name: "Default",
Type: "file",
@@ -342,7 +341,6 @@ func TestDashboardFileReader(t *testing.T) {
So(len(fakeService.provisioned["Default"]), ShouldEqual, 1)
So(fakeService.provisioned["Default"][0].ExternalId, ShouldEqual, absPath1)
})
Convey("Missing dashboard should be deleted if DisableDeletion = false", func() {