Skip to content

Commit

Permalink
Merge pull request #227 from junaruga/hotfix/not-reached-statement
Browse files Browse the repository at this point in the history
Remove the statement that is not always reached.
  • Loading branch information
korny committed Feb 23, 2019
2 parents 7818585 + 913c166 commit baf2b03
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/coderay/encoders/html/output.rb
Expand Up @@ -76,8 +76,6 @@ def wrap! element, *args
apply_title! title
end
self
when nil
return self
else
raise "Unknown value %p for :wrap" % element
end
Expand Down

0 comments on commit baf2b03

Please sign in to comment.