summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhttp://jneen.net/ <jneen@jneen.net>2016-06-15 11:44:12 -0700
committerhttp://jneen.net/ <jneen@jneen.net>2016-07-14 10:08:14 -0700
commit7e8a92fbd1cdaaf1011b301124c0d3f471c871fd (patch)
treec626cdff9f3a5dd32aeb7c8cbc13fe250adb5531
parent681b5af586eb847651af075b325a8b6ef69f4ec6 (diff)
downloadgitlab-ce-7e8a92fbd1cdaaf1011b301124c0d3f471c871fd.tar.gz
the call site always specifies this option
-rw-r--r--lib/gitlab/highlight.rb1
1 files changed, 0 insertions, 1 deletions
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'