mirror of
https://github.com/foomo/keel.git
synced 2025-10-16 12:35:34 +00:00
style: remove ws
This commit is contained in:
parent
6108728c77
commit
f5b8bbbda3
@ -439,6 +439,7 @@ func (s *Server) readmeCloser() string {
|
|||||||
md.Println("List of all registered closers that are being called during graceful shutdown.")
|
md.Println("List of all registered closers that are being called during graceful shutdown.")
|
||||||
md.Println("")
|
md.Println("")
|
||||||
md.Table([]string{"Name", "Type", "Closer", "Description"}, rows)
|
md.Table([]string{"Name", "Type", "Closer", "Description"}, rows)
|
||||||
|
md.Println("")
|
||||||
}
|
}
|
||||||
|
|
||||||
return md.String()
|
return md.String()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user