From 331f6dd53edd8af4cdd5fac8d7f2709d734b0ddc Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Sat, 21 Dec 2013 22:13:08 -0500 Subject: [PATCH] Tiny whitespace fix. --- src/Configuration.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Configuration.hs b/src/Configuration.hs index 6234821..a9d5463 100644 --- a/src/Configuration.hs +++ b/src/Configuration.hs @@ -52,6 +52,6 @@ merge_optional cfg opt_cfg = -- If there are any optional usernames, use only those. all_feed_hosts = if (null (get_feed_hosts (OC.feed_hosts opt_cfg))) - then (feed_hosts cfg) - else (OC.feed_hosts opt_cfg) + then (feed_hosts cfg) + else (OC.feed_hosts opt_cfg) -- 2.43.2