finally fixed all indents in SSH ref
This commit is contained in:
@@ -2,7 +2,7 @@ package kdf
|
||||
|
||||
var (
|
||||
// kdfNames is a collection of valid KDF name strings.
|
||||
kdfNames []string = []string{
|
||||
kdfNames = []string{
|
||||
"none",
|
||||
"bcrypt",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user