Fix stupid gofmt issue

This commit is contained in:
James Shubin
2016-06-19 02:47:36 -04:00
parent f821afdf3e
commit a5e9f6a6fc

View File

@@ -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"