chore: spaces
This commit is contained in:
parent
4705532231
commit
ba3d6103fa
1 changed files with 2 additions and 2 deletions
|
|
@ -283,9 +283,9 @@ variable {β : Type u}
|
|||
| some decl => f decl
|
||||
|
||||
instance : ForIn m LocalContext LocalDecl where
|
||||
forIn lctx init f := lctx.decls.forIn init fun d? b => match d? with
|
||||
forIn lctx init f := lctx.decls.forIn init fun d? b => match d? with
|
||||
| none => ForInStep.yield b
|
||||
| some d => f d b
|
||||
| some d => f d b
|
||||
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue