Skip to content

Commit 8dd8338

Browse files
committed
cleanup
1 parent 8875c5c commit 8dd8338

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/hooks.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ module Hooks
1818
# @return [Object] Rack-compatible application
1919
def self.build(config: nil, log: nil)
2020
Core::Builder.new(
21-
config: config,
22-
log: log,
21+
config:,
22+
log:,
2323
).build
2424
end
2525
end

0 commit comments

Comments
 (0)