Skip to content

Commit 86c8cff

Browse files
committed
Fix some whitespace (beetbox#2433)
1 parent 2fcb68a commit 86c8cff

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

beetsplug/badfiles.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,12 @@
3232

3333
class CheckerCommandException(Exception):
3434
"""Raised when running a checker failed.
35-
35+
3636
Attributes:
3737
checker: Checker command name.
3838
path: Path to the file being validated.
3939
errno: Error number from the checker execution error.
4040
msg: Message from the checker execution error.
41-
4241
"""
4342

4443
def __init__(self, cmd, oserror):

0 commit comments

Comments
 (0)