style: remove ws

This commit is contained in:
Kevin Franklin Kim 2023-09-11 10:54:43 +02:00
parent 6108728c77
commit f5b8bbbda3
No known key found for this signature in database

View File

@ -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("")
md.Table([]string{"Name", "Type", "Closer", "Description"}, rows)
md.Println("")
}
return md.String()