refactor: Lint

This commit is contained in:
jstoobysmith 2024-11-04 05:55:37 +00:00
parent 280b8a77d6
commit eb49122c66
6 changed files with 8 additions and 12 deletions

View file

@ -53,7 +53,7 @@ lemma coMetric_basis_expand : {η' | μ ν}ᵀ.tensor =
rfl
/-- Provides the explicit expansion of the co-metric tensor in terms of the basis elements, as
a tensor tree.-/
a tensor tree. -/
lemma coMetric_basis_expand_tree : {η' | μ ν}ᵀ.tensor =
(TensorTree.add (tensorNode (basisVector ![Color.down, Color.down] (fun _ => 0))) <|
TensorTree.add (smul (-1) (tensorNode (basisVector ![Color.down, Color.down] (fun _ => 1)))) <|