Skip to content

Commit

Permalink
quodlibet#207: fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Borewit authored and phw committed Oct 15, 2019
1 parent bc6a9a7 commit 404d55c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mutagen/wave.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def is_valid_chunk_id(id_):

def check_id(id_):
if not is_valid_chunk_id(id_):
raise KeyError("RIFF/WAVE-chunk-Id must be four ASCII characters.")
raise KeyError("RIFF/WAVE-chunk-Id must be four ASCII characters.")


class WaveChunk(object):
Expand Down

0 comments on commit 404d55c

Please sign in to comment.