Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Bacher <florian.bacher@dynatrace.com>
  • Loading branch information
bacherfl committed Jun 17, 2024
1 parent 62a539b commit 61e2a09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/ottl/ottlfuncs/func_scale_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ func TestScale(t *testing.T) {
Getter: func(_ context.Context, _ any) (any, error) {
return value, nil
},
Setter: func(ctx context.Context, tCtx any, val any) error {
Setter: func(_ context.Context, _ any, val any) error {
value = val
return nil
},
Expand Down

0 comments on commit 61e2a09

Please sign in to comment.