Skip to content

Commit fcf4a74

Browse files
author
dosas
committed
Fix linter error.
1 parent d0b298a commit fcf4a74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

filetype/types/archive.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@ def match(self, buf):
560560
buf[2] == 0x4D and
561561
buf[3] == 0x18)
562562

563-
563+
564564
class Br(Type):
565565
"""Implements the Br image type matcher."""
566566

0 commit comments

Comments
 (0)