Skip to content

Commit

Permalink
fix : lint
Browse files Browse the repository at this point in the history
  • Loading branch information
0xsharma committed Nov 2, 2023
1 parent b3f4b0b commit 6169648
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions params/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -763,6 +763,7 @@ func borKeyValueConfigHelper[T uint64 | string](field map[string]T, number uint6
if err != nil {
panic(err)

Check warning on line 764 in params/config.go

View check run for this annotation

Codecov / codecov/patch

params/config.go#L764

Added line #L764 was not covered by tests
}

keys = append(keys, keyUint)

fieldUint[keyUint] = v
Expand Down

0 comments on commit 6169648

Please sign in to comment.