Fix indent

This commit is contained in:
Florian Bruhin 2016-07-01 14:38:18 +02:00
parent b178099f44
commit a3b0e7c1cb

View File

@ -89,7 +89,7 @@ def _patch_configdata(monkeypatch, stubs, symbol):
'Enable mind-control ui (experimental)'),
('voice',
value.SettingValue(stubs.FakeConfigType(('on', 'off')),
default='off'),
default='off'),
'Whether to respond to voice commands'))),
])
monkeypatch.setattr(symbol, data)