Skip to content

Commit 764d9a1

Browse files
committed
Add missing frozen_string_literal directive
One of the files was missing this, after a report from RuboCop.
1 parent d4a7c9d commit 764d9a1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.git-hooks/pre_commit/master_hooks_match.rb

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# frozen_string_literal: true
2+
13
require 'fileutils'
24

35
module Overcommit::Hook::PreCommit

0 commit comments

Comments
 (0)