mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 05:13:46 -07:00
chg: removed whitespaces.
This commit is contained in:
parent
a82d5bf708
commit
1b61e01f0e
5 changed files with 11 additions and 11 deletions
|
@ -56,13 +56,13 @@ class TestFindBits(unittest.TestCase):
|
|||
class OutputBuffer(object):
|
||||
def __init__(self):
|
||||
self.clear_buffer()
|
||||
|
||||
|
||||
def clear_buffer(self):
|
||||
self.content = ''
|
||||
|
||||
|
||||
def write(self, data):
|
||||
self.content += data
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
unittest.main()
|
||||
unittest.main()
|
Loading…
Add table
Add a link
Reference in a new issue