Skip to content

Commit

Permalink
remove unnecessary trailing newline
Browse files Browse the repository at this point in the history
  • Loading branch information
magicxyyz committed Oct 2, 2023
1 parent 43a7d13 commit d4d6370
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 @@ -1583,7 +1583,6 @@ func newRPCTransaction(tx *types.Transaction, blockHash common.Hash, blockNumber
result.GasPrice = (*hexutil.Big)(tx.GasFeeCap())
}
}

}
return result
}
Expand Down

0 comments on commit d4d6370

Please sign in to comment.