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 Nov 5, 2024
1 parent bcb5cdf commit 6254179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/ottl/e2e/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ func Test_e2e_editors(t *testing.T) {
},
{
statement: `flatten(attributes, depth=0)`,
want: func(tCtx ottllog.TransformContext) {},
want: func(_ ottllog.TransformContext) {},
},
{
statement: `flatten(attributes, depth=1)`,
Expand Down

0 comments on commit 6254179

Please sign in to comment.