Skip to content

Commit 72b5f0e

Browse files
committed
lint format
1 parent 6a03eb7 commit 72b5f0e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

plugins/processors/awsapplicationsignals/processor_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,11 @@ import (
1515
"go.uber.org/zap"
1616
"golang.org/x/exp/rand"
1717

18+
"github.com/stretchr/testify/assert"
19+
1820
"github.com/aws/amazon-cloudwatch-agent/plugins/processors/awsapplicationsignals/common"
1921
"github.com/aws/amazon-cloudwatch-agent/plugins/processors/awsapplicationsignals/config"
2022
"github.com/aws/amazon-cloudwatch-agent/plugins/processors/awsapplicationsignals/rules"
21-
"github.com/stretchr/testify/assert"
2223
)
2324

2425
var testRules = []rules.Rule{

0 commit comments

Comments
 (0)