We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c332d27 commit 3c72cd1Copy full SHA for 3c72cd1
filetype/types/image.py
@@ -62,7 +62,7 @@ def __init__(self):
62
)
63
64
def match(self, buf):
65
- if(len(buf) > 8 and
+ if (len(buf) > 8 and
66
buf[:8] == bytearray([0x89, 0x50, 0x4e, 0x47,
67
0x0d, 0x0a, 0x1a, 0x0a])):
68
#cursor in buf, skip already readed 8 bytes
0 commit comments