diff options
author | Florian Pritz <bluewind@xinu.at> | 2017-12-03 21:16:51 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2017-12-03 21:16:51 +0100 |
commit | a86bb1b8ffdb822187ce4841d72f0698e1446dd7 (patch) | |
tree | 3ae03e9c923d8947e2da587d0e33747a53df8bca /lib | |
parent | 8f29617a6873798f675bb0944929ee3813a26eeb (diff) | |
download | App-BorgRestore-a86bb1b8ffdb822187ce4841d72f0698e1446dd7.tar.gz App-BorgRestore-a86bb1b8ffdb822187ce4841d72f0698e1446dd7.tar.xz |
Settings: Fix missing indentation in doc
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/App/BorgRestore/Settings.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/App/BorgRestore/Settings.pm b/lib/App/BorgRestore/Settings.pm index aef01a3..e0979cb 100644 --- a/lib/App/BorgRestore/Settings.pm +++ b/lib/App/BorgRestore/Settings.pm @@ -93,7 +93,7 @@ the disk too much. ); $sqlite_cache_size = 2097152; -1; #ensure positive return value + 1; #ensure positive return value =head1 LICENSE |