multi: fix linter errors

This commit is contained in:
Johan T. Halseth
2019-07-24 10:58:13 +02:00
parent 3207c8a736
commit 21baa7bf18
5 changed files with 8 additions and 11 deletions

View File

@@ -665,7 +665,7 @@ func (c *ClientDB) RegisterChannel(chanID lnwire.ChannelID,
case err == ErrChannelNotRegistered:
// Unexpected error.
case err != nil:
default:
return err
}