chore: spaces

This commit is contained in:
Leonardo de Moura 2021-03-27 14:07:45 -07:00
parent 4705532231
commit ba3d6103fa

View file

@ -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