mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
chore: dotnet format
merging like 6 PRs at once is painful :)
This commit is contained in:
parent
2f8cebc172
commit
93d94dbc2c
4 changed files with 5 additions and 5 deletions
|
|
@ -45,4 +45,4 @@ public class ProxyMember
|
|||
}
|
||||
|
||||
public string? ProxyAvatar(MessageContext ctx) => ServerAvatar ?? WebhookAvatar ?? Avatar ?? ctx.SystemGuildAvatar ?? ctx.SystemAvatar;
|
||||
}
|
||||
}
|
||||
|
|
@ -78,4 +78,4 @@ internal class DatabaseMigrator
|
|||
// Then, migration 1 gets executed, which creates the info table and sets version to 1
|
||||
return -1;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue