mirror of
https://github.com/redmine/redmine.git
synced 2026-01-04 06:40:56 +01:00
add empty line after guard clause to lib/redmine/scm/adapters/abstract_adapter.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@19959 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -278,6 +278,7 @@ module Redmine
|
||||
def scm_iconv(to, from, str)
|
||||
return if str.nil?
|
||||
return str if to == from && str.encoding.to_s == from
|
||||
|
||||
str = str.dup
|
||||
str.force_encoding(from)
|
||||
begin
|
||||
|
||||
Reference in New Issue
Block a user