fix: apply linter

This commit is contained in:
Myzel394 2024-10-15 16:21:35 +02:00
parent ef737e194a
commit c463053bbf
No known key found for this signature in database
GPG Key ID: ED20A1D1D423AF3F

View File

@ -31,7 +31,7 @@ var OptionsTokensMap = map[NormalizedOptionName][]string{
"%U", "%U",
"%u", "%u",
}, },
"authorizedkeysfile": { "authorizedkeysfile": {
"%%", "%%",
"%h", "%h",
"%U", "%U",
@ -53,19 +53,19 @@ var OptionsTokensMap = map[NormalizedOptionName][]string{
"%U", "%U",
"%u", "%u",
}, },
"authorizedprincipalsfile": { "authorizedprincipalsfile": {
"%%", "%%",
"%h", "%h",
"%U", "%U",
"%u", "%u",
}, },
"chrootdirectory": { "chrootdirectory": {
"%%", "%%",
"%h", "%h",
"%U", "%U",
"%u", "%u",
}, },
"routingdomain": { "routingdomain": {
"%D", "%D",
}, },
} }