summaryrefslogtreecommitdiffstats
path: root/lib/redmine/pagination.rb
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2019-03-16 06:26:33 +0000
committerGo MAEDA <maeda@farend.jp>2019-03-16 06:26:33 +0000
commite70c283a22dd18cbeb8661ad80062776658325e2 (patch)
tree16c623de35518f41df9dfe6b2bbf3336afd0d386 /lib/redmine/pagination.rb
parent978bdba9eef95285e81093370a3c3d5801ae734d (diff)
downloadredmine-e70c283a22dd18cbeb8661ad80062776658325e2.tar.gz
redmine-e70c283a22dd18cbeb8661ad80062776658325e2.zip
Remove unnecessary encoding magic comment (#31034).
The default script encoding is UTF-8 in Ruby 2.0 or later. Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@17976 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lib/redmine/pagination.rb')
-rw-r--r--lib/redmine/pagination.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/redmine/pagination.rb b/lib/redmine/pagination.rb
index 706e93816..f549897ac 100644
--- a/lib/redmine/pagination.rb
+++ b/lib/redmine/pagination.rb
@@ -1,7 +1,5 @@
-# encoding: utf-8
# frozen_string_literal: false
-#
# Redmine - project management software
# Copyright (C) 2006-2017 Jean-Philippe Lang
#