| commit | 304f50b39fbb1f6a66c1bb76cf88a135d015fda9 | [log] [tgz] |
|---|---|---|
| author | Jonathan Mackenzie <jonmac1@gmail.com> | Tue Sep 15 01:41:07 2020 +0930 |
| committer | GitHub <noreply@github.com> | Mon Sep 14 09:11:07 2020 -0700 |
| tree | 3b2eba96cc850b1968419da3baa94b88306ffb91 | |
| parent | 413377bbbcacbf0b8db5ff456d71ef5fe3a9c2e3 [diff] |
Fixed double newline at end of generated python service files (#2236) Generated python files have a blank line at the end of files, except for service files where there are two blank lines, this change makes these service files consistent. This change is trivial and thus does not require a ticket.