From: Silvio Rhatto Date: Sun, 9 Jan 2022 16:27:04 +0000 (-0300) Subject: Fix: coding style X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=374b8b03eba384b4bd31cdec7d978b3d0dd4c7de;p=hydra.git Fix: coding style --- 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 }