# File lib/lumberjack/formatter/pretty_print_formatter.rb, line 14
      def initialize(width = 79)
        @width = width
      end