From a5e9f6a6fcc09f1f20c7b2cb15d38e317b7185d3 Mon Sep 17 00:00:00 2001 From: James Shubin Date: Sun, 19 Jun 2016 02:47:36 -0400 Subject: [PATCH] Fix stupid gofmt issue --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 7625090b..0960a393 100644 --- a/main.go +++ b/main.go @@ -18,9 +18,9 @@ package main import ( - "github.com/urfave/cli" etcdtypes "github.com/coreos/etcd/pkg/types" "github.com/coreos/pkg/capnslog" + "github.com/urfave/cli" "log" "os" "os/signal"