fix(truthy): Fix extra whitespace

This commit is contained in:
xatier
2019-08-11 05:50:11 -07:00
committed by Adrien Vergé
parent cb5fe2c050
commit 673bdbd324

View File

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