chore: fix confusing indentation
This commit is contained in:
parent
2a120f66f0
commit
458eed730f
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue