mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-19 09:53:54 +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
@ -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…
Reference in New Issue
Block a user