mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-12 10:18:27 -04:00
Kotz's editorconfig styles slightly modified. Target typed new usage. Brackets in expressions used for clarity.
This commit is contained in:
@@ -21,7 +21,7 @@ public class CurrencyService : ICurrencyService, INService
|
||||
}
|
||||
|
||||
private CurrencyTransaction GetCurrencyTransaction(ulong userId, string reason, long amount) =>
|
||||
new CurrencyTransaction
|
||||
new()
|
||||
{
|
||||
Amount = amount,
|
||||
UserId = userId,
|
||||
|
Reference in New Issue
Block a user