From 83d13fb659caff63f5b8b892df603e2d5d2bb496 Mon Sep 17 00:00:00 2001 From: Oneric Date: Tue, 17 Oct 2023 05:16:16 +0200 Subject: [PATCH] cosmetic: add terminating newline to create-cirle.js --- create-circle.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create-circle.js b/create-circle.js index 0bcde38..f6efe9b 100644 --- a/create-circle.js +++ b/create-circle.js @@ -992,4 +992,4 @@ function showConnections(localUser, connectionList) { function stripName(name) { return name.replaceAll(/:[a-zA-Z0-9_]+:/g, "").trim(); -} \ No newline at end of file +}