Mercurial > p > roundup > code
diff roundup/cgi/templating.py @ 7027:ab5e1fd920a1
flake8 fix multiple spaces after operator.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 09 Oct 2022 17:52:53 -0400 |
| parents | d7f0eab25305 |
| children | 64d4d435ab3d |
line wrap: on
line diff
--- a/roundup/cgi/templating.py Sun Oct 09 17:51:42 2022 -0400 +++ b/roundup/cgi/templating.py Sun Oct 09 17:52:53 2022 -0400 @@ -2141,7 +2141,7 @@ if (labelfirst): s = u_label + u_rb + y_label + y_rb + n_label + n_rb else: - s = u_label + u_rb +y_rb + y_label + n_rb + n_label + s = u_label + u_rb +y_rb + y_label + n_rb + n_label return s
