chore: weird line break
This commit is contained in:
parent
e6215f7282
commit
104ade010f
1 changed files with 2 additions and 2 deletions
|
|
@ -25,8 +25,8 @@ open Meta
|
|||
|
||||
@[builtinMacro Lean.Parser.Term.structInst] def expandStructInstExpectedType : Macro := fun stx =>
|
||||
let expectedArg := stx[4]
|
||||
if expectedArg.isNone
|
||||
then Macro.throwUnsupported
|
||||
if expectedArg.isNone then
|
||||
Macro.throwUnsupported
|
||||
else
|
||||
let expected := expectedArg[1]
|
||||
let stxNew := stx.setArg 4 mkNullNode
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue