Make format.

Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
This commit is contained in:
Keith Rothman 2019-02-08 10:50:03 -08:00
parent 1145e9a270
commit c47746476d
1 changed files with 1 additions and 1 deletions

View File

@ -372,7 +372,7 @@ def main(argv):
fuzzer_dir,
fuzzer_logdir,
logger,
will_retry=retry_count < (args.retries-1),
will_retry=retry_count < (args.retries - 1),
)
if exit_code <= 0:
break