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
|
package lntest
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// +build !darwin, kvdb_etcd
|
// +build !darwin,kvdb_etcd
|
||||||
|
|
||||||
package lntest
|
package lntest
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user