Skip to content

Commit a200bb6

Browse files
authored
realign a line, whack a mole
1 parent 7e036ee commit a200bb6

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

EInk_Autostereograms/code.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,7 @@ def read_le(s):
126126
for byte in bytearray(s):
127127
result += byte << shift
128128
shift += 8
129-
130-
result
129+
result
131130

132131

133132
class BMPError(Exception):

0 commit comments

Comments
 (0)