Skip to content

Commit

Permalink
fluffy linting
Browse files Browse the repository at this point in the history
  • Loading branch information
tersec committed Oct 6, 2024
1 parent ff9c69e commit 46c5cba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fluffy/eth_data/history_data_json_store.nim
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ func readBlockData*(
res.add((contentKey, blockData.body.hexToSeqByte()))

block:
let contentKey = ContentKey(
contentType: ContentType.receipts, receiptsKey: contentKeyType)
let contentKey =
ContentKey(contentType: ContentType.receipts, receiptsKey: contentKeyType)

res.add((contentKey, blockData.receipts.hexToSeqByte()))
except ValueError as e:
Expand Down

0 comments on commit 46c5cba

Please sign in to comment.