mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-17 03:00:13 +00:00
chore: formatting...
This commit is contained in:
parent
3cbc40c3fc
commit
395effae06
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ public static class AvatarUtils
|
||||||
{
|
{
|
||||||
if (url == null)
|
if (url == null)
|
||||||
return null;
|
return null;
|
||||||
|
|
||||||
var match = DiscordCdnUrl.Match(url);
|
var match = DiscordCdnUrl.Match(url);
|
||||||
var query = match.Groups["query"].Success;
|
var query = match.Groups["query"].Success;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue