Skip to content

Commit 17398b1

Browse files
committed
remove whitespace
1 parent 10b4067 commit 17398b1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

alerting_alert_rule_test.go

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import (
1010
)
1111

1212
func TestAlertRules(t *testing.T) {
13-
1413
mockData := strings.Repeat(getAlertRulesJSON+",", 1000) // make 1000 alertRules.
1514
mockData = "[" + mockData[:len(mockData)-1] + "]" // remove trailing comma; make a json list.
1615

0 commit comments

Comments
 (0)