chore: fix confusing indentation

This commit is contained in:
Sebastian Ullrich 2020-01-21 11:16:04 +01:00
parent 2a120f66f0
commit 458eed730f

View file

@ -177,7 +177,7 @@ partial def evalTactic : Syntax → TacticM Unit
-- Syntax quotations can return multiple ones
stx.forSepArgsM evalTactic
else do
trace `Elab.step stx $ fun _ => stx;
trace `Elab.step stx $ fun _ => stx;
s ← get;
let table := (tacticElabAttribute.ext.getState s.env).table;
let k := stx.getKind;