Fix extra whitespace

pull/196/head
xatier 6 years ago
parent 714914c2c3
commit b6b2012f10
No known key found for this signature in database
GPG Key ID: EE2C5C1F7D756A33

@ -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']

Loading…
Cancel
Save