summaryrefslogtreecommitdiffstats
path: root/static/systemd-network.js
diff options
context:
space:
mode:
authorPetri Hienonen <petri.hienonen@gmail.com>2025-09-28 14:26:02 +0300
committerPetri Hienonen <petri.hienonen@gmail.com>2025-09-28 14:26:02 +0300
commit289e73570674b67f7a1561cff9cec61498efc6cc (patch)
treeb39533ff13da027fd1421687578fbba885668bc4 /static/systemd-network.js
parent48a39bcff2c14da3d2b0c28d64ac2716d52829b0 (diff)
downloadnetwork-289e73570674b67f7a1561cff9cec61498efc6cc.tar.zst
Biome fixes
Diffstat (limited to '')
-rw-r--r--static/systemd-network.js2
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) {