Skip to content

Commit

Permalink
automated fixes
Browse files Browse the repository at this point in the history
Mathbin -> Mathlib
fix certain import statements
move "by" to end of line
add import to Mathlib.lean
  • Loading branch information
Parcly-Taxel committed Jun 5, 2023
1 parent c0efea5 commit a9104b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Mathlib.lean
Original file line number Diff line number Diff line change
Expand Up @@ -1365,6 +1365,7 @@ import Mathlib.Data.Nat.PrimeNormNum
import Mathlib.Data.Nat.Set
import Mathlib.Data.Nat.Size
import Mathlib.Data.Nat.Sqrt
import Mathlib.Data.Nat.SqrtNormNum
import Mathlib.Data.Nat.Squarefree
import Mathlib.Data.Nat.SuccPred
import Mathlib.Data.Nat.Totient
Expand Down
4 changes: 2 additions & 2 deletions Mathlib/Data/Nat/SqrtNormNum.lean
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Authors: Mario Carneiro
! Please do not edit these lines, except to modify the commit id
! if you have ported upstream changes.
-/
import Mathbin.Tactic.NormNum
import Mathbin.Data.Nat.Sqrt
import Mathlib.Tactic.NormNum
import Mathlib.Data.Nat.Sqrt

/-! ### `norm_num` plugin for `sqrt`
Expand Down

0 comments on commit a9104b0

Please sign in to comment.