Skip to content

Commit d280b1d

Browse files
committed
silence lint warning
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
1 parent b4c06c4 commit d280b1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/common/eventmanager.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1328,7 +1328,7 @@ func writeHTTPPart(m *multipart.Writer, part dataprovider.HTTPPart, h textproto.
13281328
return nil
13291329
}
13301330

1331-
func getHTTPRuleActionBody(c *dataprovider.EventActionHTTPConfig, replacer *strings.Replacer,
1331+
func getHTTPRuleActionBody(c *dataprovider.EventActionHTTPConfig, replacer *strings.Replacer, //nolint:gocyclo
13321332
cancel context.CancelFunc, user dataprovider.User, params *EventParams, addObjectData bool,
13331333
) (io.Reader, string, error) {
13341334
var body io.Reader

0 commit comments

Comments
 (0)