Skip to content

Commit 3609014

Browse files
committed
fix style
1 parent dbb0a47 commit 3609014

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/objects/cext/PyUnicodeWrappers.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ private boolean onlyAscii(PString value, ConditionProfile storageProfile, String
252252
return doCheck(stringMaterializeNode.execute(value), asciiEncoder);
253253
}
254254

255-
private int getKind(PString value, ConditionProfile storageProfile, SizeofWCharNode sizeofWcharNode) {
255+
private static int getKind(PString value, ConditionProfile storageProfile, SizeofWCharNode sizeofWcharNode) {
256256
CharSequence storage = value.getCharSequence();
257257

258258
// important: avoid materialization of native sequences

0 commit comments

Comments
 (0)