Skip to content

Commit 7bc4f08

Browse files
authored
Fix a warning no department given for SpaceInsideHashLiteralBraces (#436)
``` Warning: no department given for SpaceInsideHashLiteralBraces. ```
1 parent f8a733f commit 7bc4f08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.rubocop.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Layout/SpaceInsideArrayPercentLiteral:
110110
Layout/SpaceInsideBlockBraces:
111111
Enabled: true
112112

113-
SpaceInsideHashLiteralBraces:
113+
Layout/SpaceInsideHashLiteralBraces:
114114
Enabled: true
115115

116116
Layout/SpaceInsideParens:

0 commit comments

Comments
 (0)