chore: Format code

This commit is contained in:
Leni Aniva 2025-04-07 11:51:48 -07:00
parent f42af9f6a8
commit 9216e4fa86
Signed by: aniva
GPG Key ID: 4D9B1C8D10EA4C50
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@ def addDecl (name: String) (levels: Array String := #[]) (type?: Option String)
Lean.Declaration.thmDecl <| Lean.mkTheoremValEx Lean.Declaration.thmDecl <| Lean.mkTheoremValEx
(name := name.toName) (name := name.toName)
(levelParams := levelParams) (levelParams := levelParams)
(type := type ) (type := type)
(value := value) (value := value)
(all := []) (all := [])
else else