Skip to content

Commit 67e75a9

Browse files
authored
formatting
removed spaces for formatting uniformity
1 parent f68001b commit 67e75a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

response.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ type InternalTx struct {
6060
Type string `json:"type"`
6161
Gas int `json:"gas,string"`
6262
GasUsed int `json:"gasUsed,string"`
63-
TraceID string `json:"traceId"`
63+
TraceID string `json:"traceId"`
6464
IsError int `json:"isError,string"`
6565
ErrCode string `json:"errCode"`
6666
}

0 commit comments

Comments
 (0)