finally fixed all indents in SSH ref

This commit is contained in:
2022-03-07 03:42:09 -05:00
parent 990ad2908f
commit 1c70a0d0d4
20 changed files with 420 additions and 435 deletions

View File

@@ -2,7 +2,7 @@ package kdf
var (
// kdfNames is a collection of valid KDF name strings.
kdfNames []string = []string{
kdfNames = []string{
"none",
"bcrypt",
}