Skip to content

Commit 652907a

Browse files
committed
cleanup
1 parent 6826e4e commit 652907a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/hooks/core/builder.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ def build
4444

4545
# Build and return Grape API class
4646
Hooks::App::API.create(
47-
config: config,
48-
endpoints: endpoints,
47+
config:,
48+
endpoints:,
4949
log: @log
5050
)
5151
end

0 commit comments

Comments
 (0)