Skip to content

Commit

Permalink
Update pkg/cache/v3/delta.go
Browse files Browse the repository at this point in the history
Co-authored-by: Alec Holmes <alec.holmes@greymatter.io>
  • Loading branch information
s-matyukevich and alecholmez authored Aug 12, 2021
1 parent 0d72159 commit 7bcd17a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cache/v3/delta.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ type resourceContainer struct {
systemVersion string
}

func createDeltaResponse(ctx context.Context, req *DeltaRequest, state stream.StreamState, resources *resourceContainer, log log.Logger) *RawDeltaResponse {
func createDeltaResponse(ctx context.Context, req *DeltaRequest, state stream.StreamState, resources *resourceContainer) *RawDeltaResponse {
// variables to build our response with
nextVersionMap := make(map[string]string)
filtered := make([]types.Resource, 0, len(resources.resourceMap))
Expand Down

0 comments on commit 7bcd17a

Please sign in to comment.