Skip to content
Snippets Groups Projects
Commit 9eae3bc6 authored by Vincent Férotin's avatar Vincent Férotin
Browse files

Remove an alone space on empty line.

parent 2f022a27
No related branches found
No related tags found
No related merge requests found
......@@ -143,7 +143,7 @@ def run(engines, number=2000, verbose=False):
t = timeit.Timer(setup='from __main__ import %s; render = %s(r"%s", %s)'
% (engine, engine, dirname, verbose),
stmt='render()')
time = t.timeit(number=number) / number
if verbose:
print('--------------------------------------------------------')
......
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