Misc tidying

This commit is contained in:
Maruno17
2022-09-11 23:53:25 +01:00
parent 2962944cab
commit 8c31ad994d
25 changed files with 27 additions and 21 deletions

View File

@@ -154,7 +154,7 @@ Style/SymbolArray:
Style/WordArray:
EnforcedStyle: brackets
# Patentheses around the condition in a ternary operator helps to differentiate
# Parentheses around the condition in a ternary operator helps to differentiate
# it from the true/false results.
Style/TernaryParentheses:
EnforcedStyle: require_parentheses