aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2022-01-09 13:27:04 -0300
committerSilvio Rhatto <rhatto@riseup.net>2022-01-09 13:27:04 -0300
commit374b8b03eba384b4bd31cdec7d978b3d0dd4c7de (patch)
treef008d3ae21bf34cf9d5cec4e706b4f1e98851ae8 /lib
parent401a25387a6776545fdadef9e1bfe991bf59c6f7 (diff)
downloadhydra-374b8b03eba384b4bd31cdec7d978b3d0dd4c7de.tar.gz
hydra-374b8b03eba384b4bd31cdec7d978b3d0dd4c7de.tar.bz2
Fix: coding style
Diffstat (limited to 'lib')
-rw-r--r--lib/hydra/config2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/hydra/config b/lib/hydra/config
index da49ec7..b62c0c7 100644
--- a/lib/hydra/config
+++ b/lib/hydra/config
@@ -29,7 +29,7 @@ function hydra_config_load_preferences {
if [ ! -z "$PREFERENCES" ] && [ -f "$PREFERENCES" ]; then
source $PREFERENCES
fi
-
+
hydra_check_preferences
}