Browse Source

Rubocop: TrailingBlankLines

dev
Andy Meneely 12 years ago
parent
commit
bf91190b3b
  1. 1
      lib/squib/api/data.rb
  2. 1
      lib/squib/api/save.rb
  3. 1
      samples/ranges.rb
  4. 2
      spec/commands/new_spec.rb

1
lib/squib/api/data.rb

@ -49,4 +49,3 @@ module Squib
end end
end end

1
lib/squib/api/save.rb

@ -40,4 +40,3 @@ module Squib
end end
end end

1
samples/ranges.rb

@ -52,4 +52,3 @@ Squib::Deck.new(width: 825, height: 1125, cards: 3) do
save prefix: 'ranges_', format: :png save prefix: 'ranges_', format: :png
end end

2
spec/commands/new_spec.rb

@ -43,6 +43,6 @@ describe Squib::Commands::New do
$stderr = @old_stderr $stderr = @old_stderr
Dir.chdir(@oldpwd) Dir.chdir(@oldpwd)
end end
end end
end end
Loading…
Cancel
Save