Skip to content

Commit 570119a

Browse files
committed
fixed style
1 parent b225cb6 commit 570119a

File tree

1 file changed

+2
-2
lines changed
  • graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/objects/ints

1 file changed

+2
-2
lines changed

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/objects/ints/PInt.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,8 +218,8 @@ public Object asIndexWithState(@SuppressWarnings("unused") ThreadState threadSta
218218

219219
@ExportMessage
220220
public int asFileDescriptor(
221-
@Cached PRaiseNode raiseNode,
222-
@Cached.Exclusive @Cached CastToJavaIntNode castToJavaIntNode) {
221+
@Exclusive @Cached PRaiseNode raiseNode,
222+
@Exclusive @Cached CastToJavaIntNode castToJavaIntNode) {
223223
try {
224224
return castToJavaIntNode.execute(this);
225225
} catch (PException e) {

0 commit comments

Comments
 (0)