Skip to content
This repository was archived by the owner on Jan 15, 2024. It is now read-only.

Commit c60a0ba

Browse files
committed
fix goimports
1 parent a5dd549 commit c60a0ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

datasource_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ import (
88

99
const (
1010
createdDataSourceJSON = `{"id":1,"uid":"myuid0001","message":"Datasource added", "name": "test_datasource"}`
11-
getDataSourceJSON = `{"id":1}`
12-
getDataSourcesJSON = `[{"id":1,"name":"foo","type":"cloudwatch","url":"http://some-url.com","access":"access","isDefault":true}]`
11+
getDataSourceJSON = `{"id":1}`
12+
getDataSourcesJSON = `[{"id":1,"name":"foo","type":"cloudwatch","url":"http://some-url.com","access":"access","isDefault":true}]`
1313
)
1414

1515
func TestNewDataSource(t *testing.T) {

0 commit comments

Comments
 (0)