Skip to content

Commit

Permalink
Switch to more common frozen string literal magic comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyevans committed Jun 20, 2022
1 parent 1208ddc commit 70624da
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lib/rack/test.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# frozen-string-literal: true
# frozen_string_literal: true

require 'uri'

Expand Down
2 changes: 1 addition & 1 deletion lib/rack/test/cookie_jar.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# frozen-string-literal: true
# frozen_string_literal: true

require 'uri'
require 'time'
Expand Down
2 changes: 1 addition & 1 deletion lib/rack/test/methods.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# frozen-string-literal: true
# frozen_string_literal: true

require 'forwardable'

Expand Down
2 changes: 1 addition & 1 deletion lib/rack/test/mock_digest_request.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# frozen-string-literal: true
# frozen_string_literal: true

# :nocov:
require 'rack/auth/digest' unless defined?(Rack::Auth::Digest)
Expand Down
2 changes: 1 addition & 1 deletion lib/rack/test/uploaded_file.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# frozen-string-literal: true
# frozen_string_literal: true

require 'fileutils'
require 'tempfile'
Expand Down
2 changes: 1 addition & 1 deletion lib/rack/test/utils.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# frozen-string-literal: true
# frozen_string_literal: true

module Rack
module Test
Expand Down

0 comments on commit 70624da

Please sign in to comment.