summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2020-08-09 15:57:12 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2020-08-09 15:57:12 +0000
commit167d83890b2d29022c59c620a646db1af8062260 (patch)
treeadb75cfd54748dbd2c5711d0a63aa86f51526843 /lib
parent81020f9d7d472670d9b6ddf2407344cb75b791d5 (diff)
downloadredmine-167d83890b2d29022c59c620a646db1af8062260.tar.gz
redmine-167d83890b2d29022c59c620a646db1af8062260.zip
remove empty line at class body beginning of lib/redmine/export/csv.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@19968 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lib')
-rw-r--r--lib/redmine/export/csv.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/redmine/export/csv.rb b/lib/redmine/export/csv.rb
index d3c3b3276..e4e71a9dc 100644
--- a/lib/redmine/export/csv.rb
+++ b/lib/redmine/export/csv.rb
@@ -30,7 +30,6 @@ module Redmine
include Redmine::I18n
class << self
-
def generate(options = {}, &block)
col_sep = l(:general_csv_separator)
encoding = Encoding.find(options[:encoding]) rescue Encoding.find(l(:general_csv_encoding))