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