Skip to content

Commit

Permalink
Fix gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
zhugelianglongming committed Feb 15, 2023
1 parent bcb14e5 commit 0214a76
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions kernel/engines/xuperos/chain_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -541,9 +541,9 @@ func Test_reqContext_GetTransAmount(t *testing.T) {
contractName string
}
tests := []struct {
name string
args args
want string
name string
args args
want string
}{
{
name: "target contract",
Expand Down Expand Up @@ -575,9 +575,9 @@ func Test_reqContext_IsReservedReq(t *testing.T) {
index int
}
tests := []struct {
name string
args args
want bool
name string
args args
want bool
}{
{
name: "reversed req",
Expand Down

0 comments on commit 0214a76

Please sign in to comment.