Skip to content

Commit 38e8df6

Browse files
committed
Fix activesupport/CHANGELOG.md offense at 8-1-stable
This commit fixes the offense in activesupport/CHANGELOG.md. ``` $ tools/railspect changelogs . ..........E.. Offenses: activesupport/CHANGELOG.md:7 Trailing whitespace detected. end ^ 13 changelogs inspected, 1 offense detected ``` Follow up rails@f5266ee
1 parent f5266ee commit 38e8df6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activesupport/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
ActiveSupport::Inflector.inflections(:en) do |inflect|
55
inflect.acronym "USD"
66
inflect.acronym "USDC"
7-
end
7+
end
88

99
"USDC".underscore # => "usdc"
1010
```

0 commit comments

Comments
 (0)