les: fix lint

This commit is contained in:
rjl493456442 2019-10-31 14:55:43 +08:00
parent 2351fdf9aa
commit e7daae4d0a
2 changed files with 11 additions and 11 deletions

View file

@ -66,7 +66,7 @@ const (
// accepting and instantly kicking out clients. In theory, we try to ensure that // accepting and instantly kicking out clients. In theory, we try to ensure that
// each client can have several minutes of connection time. // each client can have several minutes of connection time.
// //
// Balances of disconnected clients are stored in nodeDB including postive balance // Balances of disconnected clients are stored in nodeDB including positive balance
// and negative banalce. Negative balance is transformed into a logarithmic form // and negative banalce. Negative balance is transformed into a logarithmic form
// with a constantly shifting linear offset in order to implement an exponential // with a constantly shifting linear offset in order to implement an exponential
// decrease. Besides nodeDB will have a background thread to check the negative // decrease. Besides nodeDB will have a background thread to check the negative