Skip to content

Commit adbdad1

Browse files
committed
style fixes
1 parent 4035bb1 commit adbdad1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/modules/PosixModuleBuiltins.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,8 @@ String cwd() {
251251
public abstract static class GetPidNode extends PythonBuiltinNode {
252252
@Specialization
253253
int getPid() {
254-
// TODO: this needs to be implemented properly at some point (consider managed execution as well)
254+
// TODO: this needs to be implemented properly at some point (consider managed execution
255+
// as well)
255256
return getContext().hashCode();
256257
}
257258
}

0 commit comments

Comments
 (0)