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 +}