Skip to content

Commit

Permalink
fix make check errors
Browse files Browse the repository at this point in the history
  • Loading branch information
0pcom committed Nov 6, 2023
1 parent c0be87c commit 12187bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/skywire-cli/commands/reward/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ Fetch uptimes: skywire-cli ut > ut.txt`,
fmt.Printf("this month's rewards: %.4f\n", monthReward)
fmt.Printf("reward total: %.4f\n", dayReward)

uniqueIP, _ := script.Echo(func() string {
uniqueIP, _ := script.Echo(func() string { //nolint
var inputStr strings.Builder
for _, ni := range nodesInfos {
inputStr.WriteString(fmt.Sprintf("%s\n", ni.IPAddr))
Expand Down

0 comments on commit 12187bd

Please sign in to comment.