Skip to content

Commit 2b8e222

Browse files
committed
make linter happy
1 parent bab9ec7 commit 2b8e222

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/store/serverservice/serverservice.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ func diffFilter(_ []string, _ reflect.Type, field reflect.StructField) bool {
461461

462462
// serverServiceChangeList compares the current vs newer slice of server components
463463
// and returns 3 lists - add, update, remove.
464-
func serverServiceChangeList(ctx context.Context, currentObjs, newObjs []*serverserviceapi.ServerComponent) (add, update, remove serverserviceapi.ServerComponentSlice, err error) {
464+
func serverServiceChangeList(_ context.Context, currentObjs, newObjs []*serverserviceapi.ServerComponent) (add, update, remove serverserviceapi.ServerComponentSlice, err error) {
465465
// 1. list updated and removed objects
466466
for _, currentObj := range currentObjs {
467467
// changeObj is the component changes to be registered

0 commit comments

Comments
 (0)