diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2022-01-29 13:20:04 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2022-01-29 13:20:04 +0000 |
| commit | fbf6ed81005614eb13e3db1c6c53f565cb22ef44 (patch) | |
| tree | 2102a8d4821350ae2574bdb17416b631d5a449f2 /docutils/tools | |
| parent | 18adf7e32ab747518427a1fabaa4981d701a2498 (diff) | |
| download | docutils-fbf6ed81005614eb13e3db1c6c53f565cb22ef44.tar.gz | |
Fix trailing whitespace (flake warnings W293, W391).
W293 blank line contains whitespace
W391 blank line at end of file
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8993 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/tools')
| -rwxr-xr-x | docutils/tools/rst2odt.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docutils/tools/rst2odt.py b/docutils/tools/rst2odt.py index b067dab54..2e1534b22 100755 --- a/docutils/tools/rst2odt.py +++ b/docutils/tools/rst2odt.py @@ -26,4 +26,3 @@ writer = Writer() reader = Reader() output = publish_cmdline_to_binary(reader=reader, writer=writer, description=description) - |
