mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 01:38:27 -04:00
Kotz's editorconfig styles slightly modified. Target typed new usage. Brackets in expressions used for clarity.
This commit is contained in:
@@ -6,7 +6,7 @@ public class CurrencyTransaction : DbEntity
|
||||
public string Reason { get; set; }
|
||||
public ulong UserId { get; set; }
|
||||
|
||||
public CurrencyTransaction Clone() => new CurrencyTransaction
|
||||
public CurrencyTransaction Clone() => new()
|
||||
{
|
||||
Amount = Amount,
|
||||
Reason = Reason,
|
||||
|
Reference in New Issue
Block a user