mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-29 15:11:09 +02:00
multi: fix make lint
Fixes new lint errors caught by the latest version.
This commit is contained in:
@@ -51,7 +51,7 @@ const (
|
||||
|
||||
// DB holds database configuration for LND.
|
||||
//
|
||||
// nolint:lll
|
||||
//nolint:lll
|
||||
type DB struct {
|
||||
Backend string `long:"backend" description:"The selected database backend."`
|
||||
|
||||
|
Reference in New Issue
Block a user