Skip to content

Commit

Permalink
Fix lint issues
Browse files Browse the repository at this point in the history
Signed-off-by: Yolanda Robla <[email protected]>
  • Loading branch information
yrobla committed Feb 8, 2024
1 parent 72f7b6d commit fc00e62
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion pkg/config/structs.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package config
import (
"github.com/ossf/package-feeds/pkg/events"
"github.com/ossf/package-feeds/pkg/feeds"

"github.com/ossf/package-feeds/pkg/publisher/httpclientpubsub"
)

Expand Down
2 changes: 1 addition & 1 deletion pkg/publisher/httpclientpubsub/httpclientpubsub.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type Config struct {
URL string `mapstructure:"url"`
}

type HTTPClientPubSub struct{
type HTTPClientPubSub struct {
url string
}

Expand Down

0 comments on commit fc00e62

Please sign in to comment.