Revert to false so strings can be mutated in this class

This commit is contained in:
Luis Ramos
2021-06-01 22:43:24 +01:00
parent e52937c113
commit 755222a35d

View File

@@ -1,4 +1,4 @@
# frozen_string_literal: true
# frozen_string_literal: false
# Formats uploaded files to UTF-8 encoding and strips unexpected BOM characters.
# Takes an open File object as input