mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 19:17:58 +00:00
fix function name in comment (#21214)
Signed-off-by: cui fliter <imcusg@gmail.com>
This commit is contained in:
@@ -80,7 +80,7 @@ func ensureNoLeadingSlash(s string) string {
|
||||
return s
|
||||
}
|
||||
|
||||
// columnOuput prints the list of items as a table with no headers.
|
||||
// columnOutput prints the list of items as a table with no headers.
|
||||
func columnOutput(list []string, c *columnize.Config) string {
|
||||
if len(list) == 0 {
|
||||
return ""
|
||||
|
||||
Reference in New Issue
Block a user