mirror of
https://github.com/zulip/zulip.git
synced 2026-07-15 21:03:26 +08:00
Fix whitespace
(imported from commit 27ad5cda6ce439f81fb0ab231ef43303f2d70736)
This commit is contained in:
parent
0378c43dc6
commit
4bf3cf1c67
@ -36,7 +36,7 @@ def chunkize(text, in_tag):
|
||||
if start != idx:
|
||||
chunks.append(('tag' if in_tag else 'text', text[start:idx]))
|
||||
return chunks, in_tag
|
||||
|
||||
|
||||
def highlight_chunks(chunks, highlight_func):
|
||||
retval = ''
|
||||
for type, text in chunks:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user