mirror of
https://github.com/lightninglabs/lightning-terminal.git
synced 2026-08-13 12:33:36 +02:00
multi: reformat long lines for readability
- Replace occurrences of `// nolint:lll` with `// nolint:ll` across files for consistency. - Reformat multiline strings, comments, and function parameters to improve clarity and adhere to style guidelines. - Add `// nolint:ll` comments where necessary to prevent linter warnings.
This commit is contained in:
parent
e96424cc4a
commit
a0e63124c0
55 changed files with 383 additions and 216 deletions
|
|
@ -39,7 +39,7 @@ var defaultSqliteDatabasePath = filepath.Join(
|
|||
// features not yet available in production. Since our itests are built with
|
||||
// the dev tag, we can test these features in our itests.
|
||||
//
|
||||
// nolint:lll
|
||||
// nolint:ll
|
||||
type DevConfig struct {
|
||||
// DatabaseBackend is the database backend we will use for storing all
|
||||
// account related data. While this feature is still in development, we
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue