summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2017-12-03 21:16:51 +0100
committerFlorian Pritz <bluewind@xinu.at>2017-12-03 21:16:51 +0100
commita86bb1b8ffdb822187ce4841d72f0698e1446dd7 (patch)
tree3ae03e9c923d8947e2da587d0e33747a53df8bca
parent8f29617a6873798f675bb0944929ee3813a26eeb (diff)
downloadApp-BorgRestore-a86bb1b8ffdb822187ce4841d72f0698e1446dd7.tar.gz
App-BorgRestore-a86bb1b8ffdb822187ce4841d72f0698e1446dd7.tar.xz
Settings: Fix missing indentation in doc
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rw-r--r--lib/App/BorgRestore/Settings.pm2
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