From 7e8a92fbd1cdaaf1011b301124c0d3f471c871fd Mon Sep 17 00:00:00 2001 From: "http://jneen.net/" Date: Wed, 15 Jun 2016 11:44:12 -0700 Subject: the call site always specifies this option --- lib/gitlab/highlight.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/gitlab/highlight.rb b/lib/gitlab/highlight.rb index adac216b337..7230a85bc9f 100644 --- a/lib/gitlab/highlight.rb +++ b/lib/gitlab/highlight.rb @@ -52,7 +52,6 @@ module Gitlab def rouge_formatter(options = {}) options = options.reverse_merge( - nowrap: true, cssclass: 'code highlight', lineanchors: true, lineanchorsid: 'LC' -- cgit v1.2.1