Skip to content
Snippets Groups Projects
Commit 99733f1d authored by Dmitry E. Oboukhov's avatar Dmitry E. Oboukhov
Browse files

Merge branch 'master' of github.com:tarantool/tarantool

parents 2a79550c 54898808
No related branches found
No related tags found
No related merge requests found
......@@ -175,6 +175,8 @@ class Colorer(object):
self.write(i, schema='diff_out')
elif i.startswith('@'):
self.write(i, schema='diff_mark')
else:
self.write(i)
def flush(self):
return self.stdout.flush()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment