refactor: Lint

This commit is contained in:
jstoobysmith 2024-11-07 15:48:43 +00:00
parent 27b9370c63
commit 9801d611b6

View file

@ -40,7 +40,7 @@ open MonoidalCategory
/-- The structure of a type of tensors e.g. Lorentz tensors, ordinary tensors
(vectors and matrices), complex Lorentz tensors. -/
structure TensorSpecies where
/-- The commutative ring over which we want to consider the tensors to live in,
/-- The commutative ring over which we want to consider the tensors to live in,
usually `` or ``. -/
k : Type
/-- An instance of `k` as a commutative ring. -/