Skip to content

Commit

Permalink
Fix my goofy indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
rking authored and rking@sharpsaw.org committed Jan 8, 2013
1 parent 889ace4 commit 0eccbbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Guardfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module ::Guard
paths.delete('some_lib')
puts "Running: #{paths.join ' '}"
if paths.size.zero?
warn 'Running all tests'
warn 'Running all tests'
system 'rake recspec'
else
paths.each do |path|
Expand Down

0 comments on commit 0eccbbb

Please sign in to comment.