Skip to content

Commit b9d58d8

Browse files
committed
fix style
1 parent 0b1d2e4 commit b9d58d8

File tree

1 file changed

+2
-1
lines changed
  • graalpython/com.oracle.graal.python/src/com/oracle/graal/python/nodes/statement

1 file changed

+2
-1
lines changed

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/nodes/statement/ExceptNode.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,8 @@ public boolean matchesPException(VirtualFrame frame, PException e) {
104104

105105
public boolean matchesTruffleException(@SuppressWarnings("unused") VirtualFrame frame, AbstractTruffleException e) {
106106
assert !(e instanceof PException);
107-
// TODO: (tfel) should we allow catching with the meta-object of arbitrary truffle exceptions?
107+
// TODO: (tfel) should we allow catching with the meta-object of arbitrary truffle
108+
// exceptions?
108109
return exceptType == null;
109110
}
110111

0 commit comments

Comments
 (0)