diff options
author | Ryuta Kamizono <kamipo@gmail.com> | 2018-10-11 17:10:53 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-11 17:10:53 +0900 |
commit | 6a278c6e9a05b0d901e482458cfc2e3df587d522 (patch) | |
tree | cdebb381d2597f89f645b2b9cca3e04e83d02e32 | |
parent | fb8bee4a479eac0c799df356374c8f72e7649527 (diff) | |
parent | e6a0c34be443212dd374f9ad5e0dbd01b838cc64 (diff) | |
download | rails-6a278c6e9a05b0d901e482458cfc2e3df587d522.tar.gz rails-6a278c6e9a05b0d901e482458cfc2e3df587d522.tar.bz2 rails-6a278c6e9a05b0d901e482458cfc2e3df587d522.zip |
Merge pull request #34188 from yskkin/remove_comment
Remove invalid magic comment [ci skip]
-rw-r--r-- | actionpack/lib/action_dispatch/http/mime_type.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/actionpack/lib/action_dispatch/http/mime_type.rb b/actionpack/lib/action_dispatch/http/mime_type.rb index dd74695229..c3e0ea3c89 100644 --- a/actionpack/lib/action_dispatch/http/mime_type.rb +++ b/actionpack/lib/action_dispatch/http/mime_type.rb @@ -1,7 +1,5 @@ # frozen_string_literal: true -# -*- frozen-string-literal: true -*- - require "singleton" require "active_support/core_ext/string/starts_ends_with" |