Skip to content

Commit

Permalink
Fixed W291 trailing whitespace in line 515
Browse files Browse the repository at this point in the history
  • Loading branch information
Hermann Stöckle committed Apr 11, 2017
1 parent a5d1fdd commit 7f88f34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l10n_ch_payment_slip/models/payment_slip.py
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ def _draw_address(self, canvas, print_settings, initial_position, font,
text.textOut(com_partner.name[:cutoff_length])
# we are moving in the original font size to new position
text.moveCursor(0.0, font.size)
[text.textLine(l[:cutoff_length])
[text.textLine(l[:cutoff_length])
for l in self._get_address_lines(com_partner) if l]

canvas.drawText(text)
Expand Down

0 comments on commit 7f88f34

Please sign in to comment.