Skip to content

Commit b501cde

Browse files
committed
Tidy - fix indentation
1 parent 805db5c commit b501cde

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

app/gui/qt/prune.rb

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@
3535
raise "Aborting prune. Doesn't look like you're using an app/server/ruby/vendor dir" unless subdirs.first.match(/app\/server\/ruby\/vendor/)
3636

3737
if rehearse
38-
puts "Would remove: "
39-
puts subdirs
40-
puts "Aborting prune operation. Turn rehearse off to remove files."
38+
puts "Would remove: "
39+
puts subdirs
40+
puts "Aborting prune operation. Turn rehearse off to remove files."
4141
else
42-
subdirs.each do |d|
43-
puts "rm -rf #{d}"
44-
FileUtils.rm_rf d
45-
end
42+
subdirs.each do |d|
43+
puts "rm -rf #{d}"
44+
FileUtils.rm_rf d
45+
end
4646
end
4747
else
4848
puts "Nothing to prune in #{dir}"

0 commit comments

Comments
 (0)