Skip to content

Commit a9a5b33

Browse files
committed
Fixing check style.
1 parent cdae4a5 commit a9a5b33

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/objects/zipimporter/ZipImporterBuiltins.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ public int read() throws IOException {
168168

169169
void findFirstEntryPosition() throws IOException {
170170
while (positions.isEmpty() && read() != -1) {
171+
// do nothing here, just read until the first LOC is found
171172
}
172173
pos -= 4;
173174
readFirstLoc = true;

0 commit comments

Comments
 (0)