You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/tasks/mfa.ex
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -48,9 +48,7 @@ defmodule GitHooks.Tasks.MFA do
48
48
49
49
ifarity!=expected_aritydo
50
50
raise"""
51
-
Invalid #{module}.#{function} arity for #{git_hook_type}, expected #{expected_arity} but got #{
52
-
arity
53
-
}. Check the Git hooks documentation to fix the expected parameters.
51
+
Invalid #{module}.#{function} arity for #{git_hook_type}, expected #{expected_arity} but got #{arity}. Check the Git hooks documentation to fix the expected parameters.
0 commit comments