Skip to content

Commit 846d453

Browse files
committed
Set frozen_string_literal to false
1 parent 54406a7 commit 846d453

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/mini_exiftool.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# -- encoding: utf-8 --
1+
# encoding: utf-8
2+
# frozen_string_literal: false
23
#
34
# MiniExiftool
45
#

0 commit comments

Comments
 (0)