Skip to content

Commit

Permalink
style: remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
ninabarbakadze committed Jun 19, 2024
1 parent b0c0082 commit c9f243f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions store/store_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -388,10 +388,9 @@ func TestSaveTxInfo(t *testing.T) {
block := makeBlock(h, state, new(types.Commit))
partSet := block.MakePartSet(2)
seenCommit := makeTestCommit(h, cmttime.Now())

// Save the block
blockStore.SaveBlock(block, partSet, seenCommit)

// Set the response codes for the transactions
for i := range block.Txs {
// If even set it to 0
if i%2 == 0 {
Expand All @@ -400,6 +399,7 @@ func TestSaveTxInfo(t *testing.T) {
txResponseCodes[i] = 1
}
}

// Save the tx info
err := blockStore.SaveTxInfo(block, txResponseCodes)
require.NoError(t, err)
Expand Down

0 comments on commit c9f243f

Please sign in to comment.