From 91b60cbb22c697a67aaba930258435a90ff07a76 Mon Sep 17 00:00:00 2001 From: Leonardo de Moura Date: Wed, 4 Aug 2021 16:50:57 -0700 Subject: [PATCH] chore: indentation --- src/Lean/Elab/SyntheticMVars.lean | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Lean/Elab/SyntheticMVars.lean b/src/Lean/Elab/SyntheticMVars.lean index be87cdfaba..fc96c7c58e 100644 --- a/src/Lean/Elab/SyntheticMVars.lean +++ b/src/Lean/Elab/SyntheticMVars.lean @@ -259,7 +259,7 @@ mutual Remark: we set `ignoreStuckTC := true` when elaborating `simp` arguments. Then, pending TC problems become implicit parameters for the simp theorem. --/ + -/ partial def synthesizeSyntheticMVars (mayPostpone := true) (ignoreStuckTC := false) : TermElabM Unit := let rec loop (u : Unit) : TermElabM Unit := do withRef (← getSomeSynthethicMVarsRef) <| withIncRecDepth do