Skip to content

Commit 302b0a3

Browse files
committed
Fix styles
1 parent c68fe63 commit 302b0a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/do_snapshot/gem_ext/resource_kit.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# TODO: Remove after `resource_kit` gem update.
66
module ResourceKit
7-
module ActionFix
7+
module ActionFix # rubocop:disable Style/Documentation
88
def handler(*response_codes, &block)
99
if response_codes.empty?
1010
handlers[:any] = block
@@ -16,7 +16,7 @@ def handler(*response_codes, &block)
1616
end
1717
end
1818
end
19-
module ResourceCollectionFix
19+
module ResourceCollectionFix # rubocop:disable Style/Documentation
2020
def default_handler(*response_codes, &block)
2121
if response_codes.empty?
2222
default_handlers[:any] = block

0 commit comments

Comments
 (0)