p2p/protocols: fix file is not gofmted

This commit is contained in:
Jerzy 2018-12-06 22:59:39 +01:00
parent d1d0b88c8f
commit 25964a1a60

View file

@ -80,4 +80,4 @@ func (self *AccountingApi) SelfDrops() (int64, error) {
return 0, errNoAccountingMetrics
}
return mSelfDrops.Count(), nil
}
}