Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Glastra <[email protected]>
  • Loading branch information
matglas authored and jkjell committed Dec 5, 2024
1 parent 2a19a17 commit eda4725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion attestation/context.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ func WithEnvCapturer(additionalKeys []string, excludeKeys []string, disableDefau
opts = append(opts, environment.WithFilterVarsEnabled())
}

ctx.environmentCapturer = environment.New(opts...)
ctx.environmentCapturer = environment.New(opts...)
}
}

Expand Down

0 comments on commit eda4725

Please sign in to comment.