Skip to content

Commit 1110462

Browse files
committed
flake8: remove trailing whitespace after reformat
1 parent eb2ed9e commit 1110462

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roundup/cgi/templating.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2341,7 +2341,7 @@ def popcal(self, width=300, height=200, label="(cal)",
23412341

23422342
return ('<a class="classhelp" %s href="javascript:help_window('
23432343
"'%s?@template=calendar&amp;property=%s&amp;form=%s%s', %d, %d)"
2344-
'">%s</a>'%(self.cgi_escape_attrs(**data_attr),
2344+
'">%s</a>'%(self.cgi_escape_attrs(**data_attr),
23452345
self._classname, self._name, form, date, width,
23462346
height, label))
23472347

0 commit comments

Comments
 (0)