Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Nardino committed Feb 14, 2024
1 parent 881b6b2 commit a00e547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theories/input_lang_delim/interp.v
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ Section interp.
#[export] Instance interp_reset_ne :
NonExpansive (interp_reset).
Proof.
intros n ???. rewrite /interp_reset. simpl. repeat f_equiv.
intros n ???. rewrite /interp_reset. simpl. repeat f_equiv.
by do 2 (intro; simpl; repeat f_equiv).
Qed.

Expand Down

0 comments on commit a00e547

Please sign in to comment.