fix(truthy): Fix extra whitespace
This commit is contained in:
@@ -101,7 +101,7 @@ from yamllint.linter import LintProblem
|
|||||||
|
|
||||||
TRUTHY = ['YES', 'Yes', 'yes',
|
TRUTHY = ['YES', 'Yes', 'yes',
|
||||||
'NO', 'No', 'no',
|
'NO', 'No', 'no',
|
||||||
'TRUE', 'True', 'true',
|
'TRUE', 'True', 'true',
|
||||||
'FALSE', 'False', 'false',
|
'FALSE', 'False', 'false',
|
||||||
'ON', 'On', 'on',
|
'ON', 'On', 'on',
|
||||||
'OFF', 'Off', 'off']
|
'OFF', 'Off', 'off']
|
||||||
|
|||||||
Reference in New Issue
Block a user