Skip to content

Commit 916bab1

Browse files
committed
Lint with upgraded standard
1 parent 9147114 commit 916bab1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/views/components/layouts/front_door_form.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ def form_layout(&block)
2929
end
3030
end
3131

32-
def form_with(**opts, &block)
32+
def form_with(**, &)
3333
super(
3434
class: "grid grid-row-tight",
35-
**opts,
36-
&block
35+
**,
36+
&
3737
)
3838
end
3939

0 commit comments

Comments
 (0)