lntest/timeouts: remove spaces from build predicates

Otherwise this breaks various conditional compilation targets and the
linter.
This commit is contained in:
Conner Fromknecht 2020-11-18 15:16:25 -08:00
parent a8b6966017
commit b70b6d9a6e
No known key found for this signature in database
GPG Key ID: E7D737B67FA592C7
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
// +build !darwin, !kvdb_etcd
// +build !darwin,!kvdb_etcd
package lntest

View File

@ -1,4 +1,4 @@
// +build !darwin, kvdb_etcd
// +build !darwin,kvdb_etcd
package lntest