Skip to content

Commit e0ddc72

Browse files
author
Aedx
committed
Removed useless attribute introduced in ffd6dc6
1 parent 53e87e0 commit e0ddc72

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

linter.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,3 @@ class HtmlTidy(Linter):
2121
cmd = 'tidy -errors -quiet -utf8'
2222
regex = r'^line (?P<line>\d+) column (?P<col>\d+) - (?:(?P<error>Error)|(?P<warning>Warning)): (?P<message>.+)'
2323
error_stream = util.STREAM_STDERR
24-
tab_width = 8

0 commit comments

Comments
 (0)