Skip to content

Commit

Permalink
style(FUTXORepository.cs): remove extra whitespace for cleaner code f…
Browse files Browse the repository at this point in the history
…ormat
  • Loading branch information
markettes committed Jun 27, 2024
1 parent 78a5851 commit 8164d37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Data/Repositories/FUTXORepository.cs
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ public async Task<List<FMUTXO>> GetLockedUTXOs(int? ignoredWalletWithdrawalReque
x.Status == ChannelOperationRequestStatus.OnChainConfirmationPending)
.SelectMany(x => x.Utxos).ToListAsync();
}

var result = walletWithdrawalRequestsLockedUTXOs.Union(channelOperationRequestsLockedUTXOs).ToList();

return result;
Expand Down

0 comments on commit 8164d37

Please sign in to comment.