mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-13 11:09:23 +01:00
lntest/timeouts: remove spaces from build predicates
Otherwise this breaks various conditional compilation targets and the linter.
This commit is contained in:
parent
a8b6966017
commit
b70b6d9a6e
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
// +build !darwin, !kvdb_etcd
|
||||
// +build !darwin,!kvdb_etcd
|
||||
|
||||
package lntest
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// +build !darwin, kvdb_etcd
|
||||
// +build !darwin,kvdb_etcd
|
||||
|
||||
package lntest
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue