Commit 3483833
committed
bug #721 Fix: Remove trailing whitespace if value is empty (OskarStark)
This PR was squashed before being merged into the 1.9-dev branch.
Discussion
----------
Fix: Remove trailing whitespace if value is empty
This is the case if someone wants to add a blank line.
```diff
# IMPORTANT: Comment
-#
+#
# FOO_BAR=baz
```
Commits
-------
9eaece7 Fix: Remove trailing whitespace if value is empty1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
55 | 59 | | |
56 | 60 | | |
57 | 61 | | |
| |||
0 commit comments