Skip to content

Commit

Permalink
Adjust selected code sections to comply with team coding standards.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanknowles committed Dec 2, 2020
1 parent 804ece8 commit 1b69798
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/core/src/Cardano/Wallet/DB/Sqlite.hs
Expand Up @@ -1281,7 +1281,9 @@ txHistoryFromEntity ti tip metas ins outs ws =
, W.txInfoOutputs =
map mkTxOut $ filter ((== txid) . txOutputTxId) outs
, W.txInfoWithdrawals =
Map.fromList $ map mkTxWithdrawal $ filter ((== txid) . txWithdrawalTxId) ws
Map.fromList
$ map mkTxWithdrawal
$ filter ((== txid) . txWithdrawalTxId) ws
, W.txInfoMeta =
derived
, W.txInfoMetadata =
Expand Down

0 comments on commit 1b69798

Please sign in to comment.