Skip to content

Commit

Permalink
Forgot to return buffer
Browse files Browse the repository at this point in the history
  • Loading branch information
pazdera committed Jul 4, 2015
1 parent aa5acf1 commit f8dac51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/catpix/private.rb
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ def self.prep_vert_margin(size, colour)
buffer += sub_buffer.bg(colour) + "\n"
end
end
buffer
end

def self.prep_horiz_margin(size, colour)
Expand Down

0 comments on commit f8dac51

Please sign in to comment.