mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix style-check violation
This commit is contained in:
parent
4ea25a4df3
commit
6bf201533a
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user