Whitespace cleanup

dev
Andy Meneely 2014-07-17 10:53:23 -04:00
parent e4f6a51f45
commit d7c8941620
1 changed files with 16 additions and 18 deletions

View File

@ -1,7 +1,6 @@
require 'cairo'
module Squib
class Card
attr_reader :width, :height
attr_accessor :cairo_surface, :cairo_context
@ -23,5 +22,4 @@ module Squib
require 'squib/graphics/text'
end
end