Skip to content

Commit

Permalink
Linting.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdee committed Jan 7, 2025
1 parent 2c86968 commit ab5732b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/logger/capture.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ func (c *LogCapture) HasLog(fields map[string]any) bool {
// hasField returns true if the entry has a matching field.
//
//nolint:gocyclo
func (c *LogCapture) hasField(entry map[string]any, key string, value any) bool {
func (*LogCapture) hasField(entry map[string]any, key string, value any) bool {
for entryKey, entryValue := range entry {
if entryKey != key {
continue
Expand Down

0 comments on commit ab5732b

Please sign in to comment.