зеркало из https://github.com/github/smimesign.git
separate listed identities with newlines instead of em dashes
This commit is contained in:
Родитель
a35b79e76b
Коммит
c2069cae2b
|
@ -11,7 +11,7 @@ import (
|
|||
func commandListKeys() error {
|
||||
for j, ident := range idents {
|
||||
if j > 0 {
|
||||
fmt.Println("————————————————————")
|
||||
fmt.Print("\n")
|
||||
}
|
||||
|
||||
cert, err := ident.Certificate()
|
||||
|
|
Загрузка…
Ссылка в новой задаче