summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Nichols <josh.nichols@gusto.com>2023-08-11 15:57:35 -0400
committergit <svn-admin@ruby-lang.org>2023-08-16 01:40:07 +0000
commit8d04260acd8b6fba98867acc1a7e786495813fa0 (patch)
treedb6b5c2d4e0e1bed084dd8ff401bd4e2a1f25dbe
parent0300ea5a6c8a7a49feed73318fc8a991aa89fcfc (diff)
[ruby/net-http] turn on frozen strings for net/http/header
https://github.com/ruby/net-http/commit/a5203c9f92
-rw-r--r--lib/net/http/header.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/net/http/header.rb b/lib/net/http/header.rb
index ec5552f04d..6660c8075a 100644
--- a/lib/net/http/header.rb
+++ b/lib/net/http/header.rb
@@ -1,4 +1,4 @@
-# frozen_string_literal: false
+# frozen_string_literal: true
#
# The \HTTPHeader module provides access to \HTTP headers.
#