mirror of
https://github.com/AMNatty/Mastodon-Circles.git
synced 2024-11-21 18:47:26 -07:00
cosmetic: add terminating newline to create-cirle.js
This commit is contained in:
parent
ab7cbc7390
commit
83d13fb659
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue