Skip to content

Commit

Permalink
only 80 columns width
Browse files Browse the repository at this point in the history
  • Loading branch information
Anders Törnqvist committed Mar 24, 2011
1 parent 4521930 commit 801ba37
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/resto/request/header.rb
Expand Up @@ -20,7 +20,8 @@ def format(symbol, options=nil)
end

def formatter(formatter, options=nil)
@add_extension = FormatExtension.new(options).fetch(:extension) { false }
@add_extension =
FormatExtension.new(options).fetch(:extension) { false }
@formatter = formatter
accept(formatter.accept)
content_type(formatter.content_type)
Expand Down

0 comments on commit 801ba37

Please sign in to comment.