Skip to content

Commit

Permalink
fix a style problem
Browse files Browse the repository at this point in the history
  • Loading branch information
dours committed Jun 7, 2022
1 parent f32f7ac commit a90ecce
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,9 @@ object PrintLinearizedMutableEOWithCage {
List("0")
)) ++
printSt(ffinally.getOrElse(Pass(ann))) ++
List("((is-break-continue-return (xcurrent-exception.xclass.xid)).or ((is-exception (xcurrent-exception.xclass.xid)).and (xcaught.not))).if (stackUp.forward xcurrent-exception) 0")
List("((is-break-continue-return (xcurrent-exception.xclass.xid)).or "
+ "((is-exception (xcurrent-exception.xclass.xid)).and (xcaught.not))).if "
+ "(stackUp.forward xcurrent-exception) 0")
))
}
}
Expand Down

0 comments on commit a90ecce

Please sign in to comment.