Skip to content

Commit

Permalink
Remove unnecessary new line
Browse files Browse the repository at this point in the history
  • Loading branch information
Kourin1996 committed Jan 15, 2025
1 parent 307359f commit a528936
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/ethapi/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -884,7 +884,6 @@ func (api *BlockChainAPI) GetBlockByNumber(ctx context.Context, number rpc.Block
response[field] = nil
}
}

return response, err
}
return nil, err
Expand Down

0 comments on commit a528936

Please sign in to comment.