Skip to content

Commit 2db7b8b

Browse files
committed
fix formatting issues
Signed-off-by: Elia Renzoni <elia.renzoni03@gmail.com>
1 parent ddbdc62 commit 2db7b8b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

internal/server/rest_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1028,7 +1028,6 @@ func (suite *RestTestSuite) TestWaitStopRule() {
10281028
}
10291029

10301030
func (suite *RestTestSuite) TestRulesBulkStartAndStop() {
1031-
10321031
timestamp := time.Now().UnixNano()
10331032
mockRules := []string{
10341033
fmt.Sprintf(`{"id":"r1_%d","sql":"SELECT * FROM demo","actions":[{"log":{}}], "tags": ["mock-tag"], "triggered": true}`, timestamp),

internal/server/rule_tag.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ import (
2222
"path"
2323

2424
"github.com/gorilla/mux"
25+
2526
"github.com/lf-edge/ekuiper/v2/internal/topo/rule"
2627
)
2728

0 commit comments

Comments
 (0)