cosmetic: add terminating newline to create-cirle.js

This commit is contained in:
Oneric 2023-10-17 05:16:16 +02:00
parent ab7cbc7390
commit 83d13fb659

View file

@ -992,4 +992,4 @@ function showConnections(localUser, connectionList) {
function stripName(name) { function stripName(name) {
return name.replaceAll(/:[a-zA-Z0-9_]+:/g, "").trim(); return name.replaceAll(/:[a-zA-Z0-9_]+:/g, "").trim();
} }