Skip to content

Commit

Permalink
Fix a warning no department given for SpaceInsideHashLiteralBraces (#436
Browse files Browse the repository at this point in the history
)

```
Warning: no department given for SpaceInsideHashLiteralBraces.
```
  • Loading branch information
ydah authored Dec 25, 2024
1 parent f8a733f commit 7bc4f08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ Layout/SpaceInsideArrayPercentLiteral:
Layout/SpaceInsideBlockBraces:
Enabled: true

SpaceInsideHashLiteralBraces:
Layout/SpaceInsideHashLiteralBraces:
Enabled: true

Layout/SpaceInsideParens:
Expand Down

0 comments on commit 7bc4f08

Please sign in to comment.