mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
gofmt
This commit is contained in:
@@ -13,8 +13,8 @@ import (
|
||||
"strconv"
|
||||
"strings"
|
||||
|
||||
"github.com/coreos/etcd/log"
|
||||
"github.com/BurntSushi/toml"
|
||||
"github.com/coreos/etcd/log"
|
||||
)
|
||||
|
||||
// The default location for the etcd configuration file.
|
||||
|
||||
@@ -74,5 +74,3 @@ func (h *corsHandler) ServeHTTP(w http.ResponseWriter, req *http.Request) {
|
||||
|
||||
h.router.ServeHTTP(w, req)
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user