Skip to content

Commit e5bea18

Browse files
committed
Apply current black style
1 parent 669ff7b commit e5bea18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

grml2usb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -795,7 +795,7 @@ def install_mbr(mbrtemplate, device, partition, ismirbsdmbr=True):
795795
mbrcode[0:439]
796796
+ chr(partition).encode("latin-1")
797797
+ mbrcode[440:510]
798-
+ b"\x55\xAA"
798+
+ b"\x55\xaa"
799799
)
800800
else:
801801
actives = [b"\x00", b"\x00", b"\x00", b"\x00"]
@@ -810,7 +810,7 @@ def install_mbr(mbrtemplate, device, partition, ismirbsdmbr=True):
810810
+ mbrcode[479:494]
811811
+ actives[3]
812812
+ mbrcode[495:510]
813-
+ b"\x55\xAA"
813+
+ b"\x55\xaa"
814814
)
815815

816816
tmpf.file.seek(0)

0 commit comments

Comments
 (0)