From de9c3bc629f7e712b3cd84b280db6a32b9bc7030 Mon Sep 17 00:00:00 2001 From: Aaron Buchwald Date: Mon, 14 Dec 2020 16:22:22 -0500 Subject: Fix linting and add to CI --- node/node.go | 1 - 1 file changed, 1 deletion(-) (limited to 'node/node.go') diff --git a/node/node.go b/node/node.go index e0a6424..341f213 100644 --- a/node/node.go +++ b/node/node.go @@ -55,7 +55,6 @@ type Node struct { const ( initializingState = iota - runningState closedState ) -- cgit v1.2.3