Skip to content

Commit 5ea13c9

Browse files
author
Franziska Geiger
committed
Style rework
1 parent c06c011 commit 5ea13c9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -91,13 +91,13 @@ public Object[] createPwuidObject(int uid) {
9191
}
9292

9393
return new Object[]{
94-
username,
95-
password,
96-
uid,
97-
gid,
98-
gecos,
99-
homeDir,
100-
shell
94+
username,
95+
password,
96+
uid,
97+
gid,
98+
gecos,
99+
homeDir,
100+
shell
101101
};
102102
}
103103
}

0 commit comments

Comments
 (0)