Skip to content

Commit

Permalink
Remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
practicingruby committed Sep 10, 2014
1 parent c2ff01b commit 73bed4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/prawn/grid.rb
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ def grid
# A MultiBox is specified by 2 Boxes and spans the areas between.
#
# @group Experimental API
class MultiBox < GridBox
class MultiBox < GridBox
def initialize(pdf, b1, b2)
@pdf = pdf
@bs = [b1, b2]
Expand Down

0 comments on commit 73bed4d

Please sign in to comment.