Remove frozen_string_literal comment from pcre2.rb (#8357)

This commit is contained in:
Maximilian Downey Twiss
2023-06-09 16:53:18 +10:00
committed by GitHub
parent 5752b953b1
commit 435bbff551

View File

@@ -1,5 +1,3 @@
# frozen_string_literal: true
require 'package'
class Pcre2 < Package