Skip to content

Commit b10e530

Browse files
pre-commit-ci-lite[bot]ntapiam
authored andcommitted
[pre-commit.ci lite] apply automatic fixes
1 parent 4cd2f5f commit b10e530

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Mathlib/LinearAlgebra/TensorAlgebra/Hopf.lean

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Copyright (c) 2025 Nikolas Tapia. All rights reserved.
33
Released under Apache 2.0 license as described in the file LICENSE.
44
Authors: Nikolas Tapia
55
-/
6-
module
6+
module
77

88
public import Mathlib.LinearAlgebra.TensorAlgebra.Basic
99
public import Mathlib.RingTheory.Coalgebra.Convolution
@@ -26,7 +26,7 @@ open LinearMap TensorProduct
2626

2727
variable (R : Type*) [CommRing R] {M : Type*} [AddCommMonoid M] [Module R M]
2828

29-
local notation "T["M"]" => TensorAlgebra R M
29+
local notation "T[" M "]" => TensorAlgebra R M
3030

3131
/-- Linear map inducing the comultiplication in `TensorAlgebra R M`. -/
3232
def comul' : M →ₗ[R] T[M] ⊗[R] T[M] :=

0 commit comments

Comments
 (0)