Skip to content

Commit

Permalink
cosmetic
Browse files Browse the repository at this point in the history
  • Loading branch information
arafato committed Mar 25, 2020
1 parent f2bf825 commit d59a2d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/list.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ func LsCommand(input LsCommandInput) error {
continue
}
fmt.Fprintf(w, vault.FormatKeyForDisplay(creds.AccessKeyID))
fmt.Fprintf(w, "%s\t", string(creds.Created))
fmt.Fprintf(w, "%s\t\n", string(creds.Created))
}
fmt.Fprintf(w, "\n")
return w.Flush()
Expand Down

0 comments on commit d59a2d5

Please sign in to comment.