chore: dotnet format

merging like 6 PRs at once is painful :)
This commit is contained in:
Iris System 2023-08-10 18:35:01 +12:00
parent 2f8cebc172
commit 93d94dbc2c
4 changed files with 5 additions and 5 deletions

View file

@ -45,4 +45,4 @@ public class ProxyMember
}
public string? ProxyAvatar(MessageContext ctx) => ServerAvatar ?? WebhookAvatar ?? Avatar ?? ctx.SystemGuildAvatar ?? ctx.SystemAvatar;
}
}

View file

@ -78,4 +78,4 @@ internal class DatabaseMigrator
// Then, migration 1 gets executed, which creates the info table and sets version to 1
return -1;
}
}
}