Skip to content

Commit

Permalink
Pass linter
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelhly committed May 11, 2020
1 parent c39e231 commit 6a4f56f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validator/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ contract in order to activate the validator client`,
// sort.Slice(statuses, func(i, j int) bool {
// return statuses[i].Status < statuses[j].Status
// })
// TODO: Properly print statuses
// XXX: Properly print statuses
fmt.Println(statuses)
return nil
},
Expand Down

0 comments on commit 6a4f56f

Please sign in to comment.