Skip to content
This repository has been archived by the owner on May 25, 2022. It is now read-only.

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
djaglowski committed Feb 11, 2022
1 parent d0c1a8d commit 3407c28
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion operator/builtin/input/syslog/syslog.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ type SyslogInputConfig struct {
}

func (c SyslogInputConfig) Build(context operator.BuildContext) ([]operator.Operator, error) {

inputBase, err := c.InputConfig.Build(context)
if err != nil {
return nil, err
Expand Down

0 comments on commit 3407c28

Please sign in to comment.