summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorshugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-10-23 06:29:08 +0000
committershugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-10-23 06:29:08 +0000
commite0ea5e903bcd5cf84c0aab5e81ab81995e6af753 (patch)
tree56e3299fd0e9794fb01f66832706908400566892
parent3eabc555cbec01b73be75f1d91d802bcd0c21b54 (diff)
* lib/net/imap.rb: remove an empty comment line and -*-.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52240 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog4
-rw-r--r--lib/net/imap.rb3
-rw-r--r--test/net/imap/test_imap.rb3
-rw-r--r--test/net/imap/test_imap_response_parser.rb3
4 files changed, 7 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 09d8fb71d9..af148668ee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Fri Oct 23 15:25:51 2015 Shugo Maeda <shugo@ruby-lang.org>
+
+ * lib/net/imap.rb: remove an empty comment line and -*-.
+
Fri Oct 23 15:20:02 2015 Shugo Maeda <shugo@ruby-lang.org>
* lib/net/ftp.rb (gettextfile, getbinaryfile): use the safe
diff --git a/lib/net/imap.rb b/lib/net/imap.rb
index 5d642ecac4..8ddeb94c63 100644
--- a/lib/net/imap.rb
+++ b/lib/net/imap.rb
@@ -1,5 +1,4 @@
-#
-# -*- frozen_string_literal: true -*-
+# frozen_string_literal: true
#
# = net/imap.rb
#
diff --git a/test/net/imap/test_imap.rb b/test/net/imap/test_imap.rb
index 20172204e3..d68342c067 100644
--- a/test/net/imap/test_imap.rb
+++ b/test/net/imap/test_imap.rb
@@ -1,5 +1,4 @@
-#
-# -*- frozen_string_literal: true -*-
+# frozen_string_literal: true
require "net/imap"
require "test/unit"
diff --git a/test/net/imap/test_imap_response_parser.rb b/test/net/imap/test_imap_response_parser.rb
index 1104a490fa..db07f9b022 100644
--- a/test/net/imap/test_imap_response_parser.rb
+++ b/test/net/imap/test_imap_response_parser.rb
@@ -1,5 +1,4 @@
-#
-# -*- frozen_string_literal: true -*-
+# frozen_string_literal: true
require "net/imap"
require "test/unit"