Skip to content

Commit

Permalink
chore: terminate AliveStatements.lean with newline (#329)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasgrosser authored May 22, 2024
1 parent cda4c7b commit e23346c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion SSA/Projects/InstCombine/AliveStatements.lean
Original file line number Diff line number Diff line change
Expand Up @@ -837,4 +837,4 @@ theorem bitvec_InstCombineShift__582 :
simp_alive_ops
simp_alive_case_bash
try alive_auto
all_goals sorry
all_goals sorry
1 change: 1 addition & 0 deletions SSA/Projects/InstCombine/update_alive_statements.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ def writeOutput(preamble, proofs, filename):
f.write("".join(preamble))
for proof in proofs:
f.write("".join(proof))
f.write("\n")


if __name__ == "__main__":
Expand Down

0 comments on commit e23346c

Please sign in to comment.