minor nitpick to PR

This commit is contained in:
Danny Ryan 2019-10-24 14:55:56 +08:00 committed by GitHub
parent 473c42b994
commit b2ad6069d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -220,7 +220,8 @@ def finalize_on_12(spec, state, epoch, sufficient_support, messed_up_target):
epoch=epoch - 1,
source=c2,
target=c1,
sufficient_support=sufficient_support, messed_up_target=messed_up_target)
sufficient_support=sufficient_support,
messed_up_target=messed_up_target)
# process!
yield from run_process_just_and_fin(spec, state)