refactor: Lint

This commit is contained in:
jstoobysmith 2024-06-19 13:07:37 -04:00
parent e00f14b552
commit 0228cd4cf1
3 changed files with 1 additions and 4 deletions

View file

@ -90,9 +90,6 @@ lemma figureEight_connected : Connected figureEight := by decide
`#eval symmetryFactor figureEight`. -/
lemma figureEight_symmetryFactor : symmetryFactor figureEight = 8 := by decide
lemma figureEight_halfEdgeToEdgeIntMatrix :
figureEight.halfEdgeToEdgeIntMatrix = !![1, 0; 1, 0 ; 0, 1; 0, 1] := by decide
end Example