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