Skip to content

Commit 9ccaad2

Browse files
committed
Undo some noisy whitespace changes
1 parent 0cb643f commit 9ccaad2

File tree

2 files changed

+24
-23
lines changed

2 files changed

+24
-23
lines changed

beets/mediafile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1650,6 +1650,7 @@ def update(self, dict):
16501650
StorageStyle('ARRANGER'),
16511651
ASFStorageStyle('beets/Arranger'),
16521652
)
1653+
16531654
grouping = MediaField(
16541655
MP3StorageStyle('TIT1'),
16551656
MP4StorageStyle('\xa9grp'),

test/test_mediafile.py

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -318,29 +318,29 @@ class ReadWriteTestBase(ArtTestMixin, GenreListTestMixin,
318318
"""
319319

320320
full_initial_tags = {
321-
'title': u'full',
322-
'artist': u'the artist',
323-
'album': u'the album',
324-
'genre': u'the genre',
325-
'composer': u'the composer',
326-
'grouping': u'the grouping',
327-
'year': 2001,
328-
'month': None,
329-
'day': None,
330-
'date': datetime.date(2001, 1, 1),
331-
'track': 2,
332-
'tracktotal': 3,
333-
'disc': 4,
334-
'disctotal': 5,
335-
'lyrics': u'the lyrics',
336-
'comments': u'the comments',
337-
'bpm': 6,
338-
'comp': True,
339-
'mb_trackid': '8b882575-08a5-4452-a7a7-cbb8a1531f9e',
340-
'mb_albumid': '9e873859-8aa4-4790-b985-5a953e8ef628',
341-
'mb_artistid': '7cf0ea9d-86b9-4dad-ba9e-2355a64899ea',
342-
'art': None,
343-
'label': u'the label',
321+
'title': u'full',
322+
'artist': u'the artist',
323+
'album': u'the album',
324+
'genre': u'the genre',
325+
'composer': u'the composer',
326+
'grouping': u'the grouping',
327+
'year': 2001,
328+
'month': None,
329+
'day': None,
330+
'date': datetime.date(2001, 1, 1),
331+
'track': 2,
332+
'tracktotal': 3,
333+
'disc': 4,
334+
'disctotal': 5,
335+
'lyrics': u'the lyrics',
336+
'comments': u'the comments',
337+
'bpm': 6,
338+
'comp': True,
339+
'mb_trackid': '8b882575-08a5-4452-a7a7-cbb8a1531f9e',
340+
'mb_albumid': '9e873859-8aa4-4790-b985-5a953e8ef628',
341+
'mb_artistid': '7cf0ea9d-86b9-4dad-ba9e-2355a64899ea',
342+
'art': None,
343+
'label': u'the label',
344344
}
345345

346346
tag_fields = [

0 commit comments

Comments
 (0)