mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-12 02:08:27 -04:00
Updated editorconfig to (mostly?) require braces around if/else statements, and applied the new formatting rules
This commit is contained in:
@@ -3,11 +3,11 @@ namespace NadekoBot.Services.Currency;
|
||||
public interface IWallet : IDisposable, IAsyncDisposable
|
||||
{
|
||||
public ulong UserId { get; }
|
||||
|
||||
|
||||
public Task<long> GetBalance();
|
||||
public Task<bool> Take(long amount, TxData txData);
|
||||
public Task Add(long amount, TxData txData);
|
||||
|
||||
|
||||
public async Task<bool> Transfer(
|
||||
long amount,
|
||||
IWallet to,
|
||||
|
Reference in New Issue
Block a user