From 6a8926840404fd9f8383e017f47f2dda9a1fe8c7 Mon Sep 17 00:00:00 2001 From: Chris Eppstein Date: Sun, 4 Mar 2012 17:46:27 -0800 Subject: [PATCH] Whitespace --- lib/compass/configuration/helpers.rb | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/lib/compass/configuration/helpers.rb b/lib/compass/configuration/helpers.rb index 33071fc8..9ef97694 100644 --- a/lib/compass/configuration/helpers.rb +++ b/lib/compass/configuration/helpers.rb @@ -102,10 +102,7 @@ module Compass else add_configuration(:stand_alone) end - - - add_configuration(data) - + add_configuration(data) else add_configuration(options[:project_type] || configuration.project_type_without_default || (yield if block_given?) || :stand_alone) end