fix changelog indent (#3190)

This commit is contained in:
Ethan Buchman
2019-01-22 12:24:26 -05:00
committed by GitHub
parent d9d4f3e629
commit a97d6995c9
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -98,7 +98,7 @@ func (vals *ValidatorSet) RescalePriorities(diffMax int64) {
// NOTE: This check is merely a sanity check which could be
// removed if all tests would init. voting power appropriately;
// i.e. diffMax should always be > 0
if diffMax == 0 {
if diffMax <= 0 {
return
}