Fix style-check violation

This commit is contained in:
Takeshi KOMIYA 2016-12-25 01:11:52 +09:00
parent 4ea25a4df3
commit 6bf201533a

View File

@ -111,4 +111,5 @@ def test_default_highlight(logger):
ret = bridge.highlight_block('reST ``like`` text', 'python3')
logger.warning.assert_called_with('Could not lex literal_block as "%s". '
'Highlighting skipped.', 'python3',
type='misc', subtype='highlighting_failure', location=None)
type='misc', subtype='highlighting_failure',
location=None)