diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2019-10-16 14:36:55 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2019-10-16 14:36:55 +0000 |
commit | e8b06af277d70a6b40333067e92b177fc91e5f28 (patch) | |
tree | b0a5de4ff191d8702b3cc82e9db5940542aed221 /lib/redmine | |
parent | 809d7a7e4bac4bbe4ceef6391b122377922a6970 (diff) | |
download | redmine-e8b06af277d70a6b40333067e92b177fc91e5f28.tar.gz redmine-e8b06af277d70a6b40333067e92b177fc91e5f28.zip |
code cleanup: rubocop: fix Layout/EmptyLinesAroundMethodBody in lib/redmine/wiki_formatting/textile/redcloth3.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18696 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lib/redmine')
-rw-r--r-- | lib/redmine/wiki_formatting/textile/redcloth3.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/redmine/wiki_formatting/textile/redcloth3.rb b/lib/redmine/wiki_formatting/textile/redcloth3.rb index 24aa67267..a4b6f3bab 100644 --- a/lib/redmine/wiki_formatting/textile/redcloth3.rb +++ b/lib/redmine/wiki_formatting/textile/redcloth3.rb @@ -316,7 +316,6 @@ class RedCloth3 < String clean_html text if filter_html text.strip! text - end private @@ -462,7 +461,6 @@ class RedCloth3 < String # Parses Textile attribute lists and builds an HTML attribute string def pba( text_in, element = "" ) - return +'' unless text_in style = [] |