Fix indent
This commit is contained in:
parent
b178099f44
commit
a3b0e7c1cb
@ -89,7 +89,7 @@ def _patch_configdata(monkeypatch, stubs, symbol):
|
|||||||
'Enable mind-control ui (experimental)'),
|
'Enable mind-control ui (experimental)'),
|
||||||
('voice',
|
('voice',
|
||||||
value.SettingValue(stubs.FakeConfigType(('on', 'off')),
|
value.SettingValue(stubs.FakeConfigType(('on', 'off')),
|
||||||
default='off'),
|
default='off'),
|
||||||
'Whether to respond to voice commands'))),
|
'Whether to respond to voice commands'))),
|
||||||
])
|
])
|
||||||
monkeypatch.setattr(symbol, data)
|
monkeypatch.setattr(symbol, data)
|
||||||
|
Loading…
Reference in New Issue
Block a user