clean extra whitespaces

This commit is contained in:
nico202 2018-06-27 14:48:07 +02:00
parent 3541f76be5
commit 18da60451f
1 changed files with 2 additions and 2 deletions

View File

@ -560,7 +560,7 @@ in
If null the decision is left up to borg. If null the decision is left up to borg.
''; '';
}; };
auto = mkOption { auto = mkOption {
type = types.bool; type = types.bool;
default = false; default = false;
@ -585,7 +585,7 @@ in
When using encryption the password / passphrase must be provided in passphraseFile. When using encryption the password / passphrase must be provided in passphraseFile.
''; '';
}; };
passphraseFile = mkOption { passphraseFile = mkOption {
type = types.nullOr types.path; type = types.nullOr types.path;
default = null; default = null;