Skip to content

Commit 5283bfc

Browse files
committed
linestylefilter: Delete unused arguments
1 parent dd8ec4e commit 5283bfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/static/js/linestylefilter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ linestylefilter.getLineStyleFilter = (lineLength, aline, textAndClassFunc, apool
131131
linestylefilter,
132132
text: txt,
133133
class: cls,
134-
}, ' ', ' ', '');
134+
});
135135
const disableAuthors = (disableAuthColorForThisLine == null ||
136136
disableAuthColorForThisLine.length === 0) ? false : disableAuthColorForThisLine[0];
137137
while (txt.length > 0) {

0 commit comments

Comments
 (0)