Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
Signed-off-by: Jared Tan <jian.tan@daocloud.io>

Signed-off-by: Jared Tan <jian.tan@daocloud.io>
  • Loading branch information
JaredTan95 committed Jan 8, 2025
1 parent f4dd596 commit feac52b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/encoding/skywalkingencodingextension/factory.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ func NewFactory() extension.Factory {
)
}

func createExtension(_ context.Context, _ extension.Settings, config component.Config) (extension.Extension, error) {
func createExtension(_ context.Context, _ extension.Settings, _ component.Config) (extension.Extension, error) {
return &skywalkingExtension{}, nil
}

Expand Down

0 comments on commit feac52b

Please sign in to comment.