chore: remove empty line

This commit is contained in:
Leonardo de Moura 2023-05-05 12:18:36 -07:00
parent 0e042d8ef6
commit ebcab266c6

View file

@ -223,7 +223,6 @@ partial def simp (code : Code) : SimpM Code := withIncRecDepth do
let mut decl ← normLetDecl baseDecl
if baseDecl != decl then
markSimplified
if let some value ← simpValue? decl.value then
markSimplified
decl ← decl.updateValue value