From 8b7dec4f7c51c0a67b29024c2577877bdb260cf3 Mon Sep 17 00:00:00 2001 From: Dylan Lacey Date: Wed, 14 Mar 2012 11:31:30 +1000 Subject: [PATCH] Spaced line indenting, how does it work? --- lib/tasks/install.rake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/tasks/install.rake b/lib/tasks/install.rake index 6eb7ade0d..b1024d8e3 100644 --- a/lib/tasks/install.rake +++ b/lib/tasks/install.rake @@ -11,7 +11,7 @@ namespace :bourbon do FileUtils.mkdir_p "#{Rails.root}/#{args.sass_path}/bourbon" FileUtils.cp_r "#{source_root}/app/assets/stylesheets/.", "#{Rails.root}/#{args.sass_path}/bourbon", {:preserve => true} Find.find("#{Rails.root}/#{args.sass_path}/bourbon") do |path| - FileUtils.mv(path path.gsub(".css.scss", "")<<".scss") if File.basename(path).end_with?(".css.scss") - end + FileUtils.mv(path path.gsub(".css.scss", "")<<".scss") if File.basename(path).end_with?(".css.scss") + end end end \ No newline at end of file