separate listed identities with newlines instead of em dashes

This commit is contained in:
Ben Toews 2018-11-28 14:31:55 -07:00
Родитель a35b79e76b
Коммит c2069cae2b
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: E9C423BE17EFEE70
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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()