chore: formatting...

This commit is contained in:
Jake Fulmine 2024-02-07 21:22:55 +01:00
parent 3cbc40c3fc
commit 395effae06
No known key found for this signature in database
GPG key ID: 177E8DB7BF4C60B2

View file

@ -78,7 +78,7 @@ public static class AvatarUtils
{
if (url == null)
return null;
var match = DiscordCdnUrl.Match(url);
var query = match.Groups["query"].Success;