mirror of
https://github.com/matrix-org/gomatrix
synced 2025-05-16 04:23:26 +00:00
gofmt
This commit is contained in:
parent
2e135b1860
commit
c3f65ede3b
1 changed files with 1 additions and 1 deletions
|
@ -125,6 +125,6 @@ func ExtractUserLocalpart(userID string) (string, error) {
|
|||
}
|
||||
return strings.TrimPrefix(
|
||||
strings.SplitN(userID, ":", 2)[0], // @foo:bar:8448 => [ "@foo", "bar:8448" ]
|
||||
"@", // remove "@" prefix
|
||||
"@", // remove "@" prefix
|
||||
), nil
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue