From 0214a763645880549fb7ca91012edd949679f964 Mon Sep 17 00:00:00 2001 From: zhugelianglongming Date: Wed, 15 Feb 2023 21:46:25 +0800 Subject: [PATCH] Fix gofmt --- kernel/engines/xuperos/chain_test.go | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/kernel/engines/xuperos/chain_test.go b/kernel/engines/xuperos/chain_test.go index 1113e711..4dcae224 100644 --- a/kernel/engines/xuperos/chain_test.go +++ b/kernel/engines/xuperos/chain_test.go @@ -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", @@ -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",