Minor fixes - indentation and lone `self.`

6ba43637f5/electrum (L57)
has tab instead of spaces.

6ba43637f5/gui/kivy/nfc_scanner/scanner_android.py (L118)
has lone `self.`
This commit is contained in:
valesi 2016-01-28 14:05:36 -08:00
parent 6ba43637f5
commit f7dfffd30f
2 changed files with 1 additions and 2 deletions

View File

@ -115,7 +115,6 @@ class ScannerAndroid(NFCBase):
#print 'length', length
# will contain the NDEF record types
recTypes = []
self.
for record in ndefrecords:
recTypes.append({
'type': ''.join(map(unichr, record.getType())),