mirror of https://github.com/hashicorp/consul
Fixes a `go fmt` cleanup.
parent
7ee0e750a4
commit
da6a4635b0
|
@ -12,4 +12,4 @@ func init() {
|
||||||
registerEndpoint(func(s *Server) interface{} { return &Session{s} })
|
registerEndpoint(func(s *Server) interface{} { return &Session{s} })
|
||||||
registerEndpoint(func(s *Server) interface{} { return &Status{s} })
|
registerEndpoint(func(s *Server) interface{} { return &Status{s} })
|
||||||
registerEndpoint(func(s *Server) interface{} { return &Txn{s} })
|
registerEndpoint(func(s *Server) interface{} { return &Txn{s} })
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue