Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
balanza committed Jan 13, 2025
1 parent a8c2ff2 commit effce01
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pkg/factsengine/plugininterface/rpc.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ import (

type GathererRPC struct{ client *rpc.Client }

func (g *GathererRPC) RequestGathering(ctx context.Context, factsRequest []entities.FactRequest) ([]entities.Fact, error) {
func (g *GathererRPC) RequestGathering(
ctx context.Context,
factsRequest []entities.FactRequest,
) ([]entities.Fact, error) {
var resp []entities.Fact
var err error

Expand Down

0 comments on commit effce01

Please sign in to comment.