Skip to content

Commit

Permalink
chore (Int.Cast.Defs): delete last line (#6710)
Browse files Browse the repository at this point in the history
The last line is `open Nat` which came from an incomplete deletion of content from this fild. We delete the line.
  • Loading branch information
mattrobball committed Aug 21, 2023
1 parent 20d6b8e commit a2e5641
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Mathlib/Data/Int/Cast/Defs.lean
Expand Up @@ -64,4 +64,3 @@ class AddCommGroupWithOne (R : Type u)
#align add_comm_group_with_one.to_add_group_with_one AddCommGroupWithOne.toAddGroupWithOne
#align add_comm_group_with_one.to_add_comm_monoid_with_one AddCommGroupWithOne.toAddCommMonoidWithOne

open Nat

0 comments on commit a2e5641

Please sign in to comment.