From e0ea5e903bcd5cf84c0aab5e81ab81995e6af753 Mon Sep 17 00:00:00 2001 From: shugo Date: Fri, 23 Oct 2015 06:29:08 +0000 Subject: * 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 --- test/net/imap/test_imap.rb | 3 +-- test/net/imap/test_imap_response_parser.rb | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'test/net') 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" -- cgit v1.2.3