Skip to content

Commit

Permalink
Removed whitespace from blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
thatweaver committed May 16, 2020
1 parent 520d9ba commit 7a786ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/surf/protocols/clink/_ClinkSerialRx.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def __init__(self):
rogue.interfaces.stream.Slave.__init__(self)
self._cur = []
self._last = ''

def _acceptFrame(self,frame):
ba = bytearray(frame.getPayload())
frame.read(ba,0)
Expand Down

0 comments on commit 7a786ca

Please sign in to comment.