diff options
| author | Petri Hienonen <petri.hienonen@gmail.com> | 2025-09-28 14:26:02 +0300 |
|---|---|---|
| committer | Petri Hienonen <petri.hienonen@gmail.com> | 2025-09-28 14:26:02 +0300 |
| commit | 289e73570674b67f7a1561cff9cec61498efc6cc (patch) | |
| tree | b39533ff13da027fd1421687578fbba885668bc4 /static/systemd-network.js | |
| parent | 48a39bcff2c14da3d2b0c28d64ac2716d52829b0 (diff) | |
| download | network-289e73570674b67f7a1561cff9cec61498efc6cc.tar.zst | |
Biome fixes
Diffstat (limited to '')
| -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) { |
