Skip to content

Commit

Permalink
format correction
Browse files Browse the repository at this point in the history
  • Loading branch information
PetarMax committed Dec 17, 2024
1 parent ebbc1b6 commit 096d88e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kontrol/prove.py
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ def create_kcfg_explore() -> KCFGExplore:
maintenance_rate=options.maintenance_rate,
assume_defined=options.assume_defined,
extra_module=extra_lemmas_module,
optimize_kcfg=options.optimize_kcfg
optimize_kcfg=options.optimize_kcfg,
)

if progress is not None and task is not None:
Expand Down

0 comments on commit 096d88e

Please sign in to comment.