diff options
Diffstat (limited to 'static/systemd-network.js')
| -rw-r--r-- | static/systemd-network.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/systemd-network.js b/static/systemd-network.js index 1a33f0e..0c57ec1 100644 --- a/static/systemd-network.js +++ b/static/systemd-network.js @@ -489,7 +489,7 @@ class NetworkConfiguration { } }); - return sections.join('\n') + '\n'; + return `${sections.join('\n')}\n`; } _hasSectionValues(section) { |
