From b70b6d9a6ef3ba3918c36d639488c531b40f6c15 Mon Sep 17 00:00:00 2001 From: Conner Fromknecht Date: Wed, 18 Nov 2020 15:16:25 -0800 Subject: [PATCH] lntest/timeouts: remove spaces from build predicates Otherwise this breaks various conditional compilation targets and the linter. --- lntest/timeouts.go | 2 +- lntest/timeouts_etcd.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lntest/timeouts.go b/lntest/timeouts.go index f6d6a961..88ccdcb2 100644 --- a/lntest/timeouts.go +++ b/lntest/timeouts.go @@ -1,4 +1,4 @@ -// +build !darwin, !kvdb_etcd +// +build !darwin,!kvdb_etcd package lntest diff --git a/lntest/timeouts_etcd.go b/lntest/timeouts_etcd.go index 9d6062f9..3cbf1cbc 100644 --- a/lntest/timeouts_etcd.go +++ b/lntest/timeouts_etcd.go @@ -1,4 +1,4 @@ -// +build !darwin, kvdb_etcd +// +build !darwin,kvdb_etcd package lntest