Skip to content

Commit d3c8772

Browse files
committed
[lint] make the YAML linter happy.
1 parent 95316e8 commit d3c8772

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gems/actionpack/CVE-2024-26143.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ description: |
2323
2424
```
2525
class ArticlesController < ApplicationController
26-
def show
26+
def show
2727
@message = t("message_html", default: untrusted_input)
2828
# The `show` template displays the contents of `@message`
2929
end

0 commit comments

Comments
 (0)