clean extra whitespaces

This commit is contained in:
nico202 2018-06-27 14:48:07 +02:00
parent 3541f76be5
commit 18da60451f

View File

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