Skip to content

Commit

Permalink
pyk/konvert/_kast_to_kore: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ehildenb committed Nov 21, 2024
1 parent 830aaec commit 359eb3f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyk/src/pyk/konvert/_kast_to_kore.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,6 @@ def _inject(definition: KDefinition, term: KInner, sort: KSort) -> KInner:

# 'krule' should have sorts on variables
def krule_to_kore(definition: KDefinition, krule: KRule) -> Axiom:

krule_body = krule.body
krule_lhs_config = extract_lhs(krule_body)
krule_rhs_config = extract_rhs(krule_body)
Expand Down

0 comments on commit 359eb3f

Please sign in to comment.