From 80e87275e0193e7eeaf28d9bfaee91eaf23c8de9 Mon Sep 17 00:00:00 2001 From: ChengenH Date: Tue, 10 Dec 2024 18:07:37 +0800 Subject: [PATCH] chore: Fixed some tab usage errors Signed-off-by: ChengenH --- auction-dutch/chaincode-go/smart-contract/auction.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/auction-dutch/chaincode-go/smart-contract/auction.go b/auction-dutch/chaincode-go/smart-contract/auction.go index 3ebf3d65..90a9097b 100644 --- a/auction-dutch/chaincode-go/smart-contract/auction.go +++ b/auction-dutch/chaincode-go/smart-contract/auction.go @@ -8,8 +8,8 @@ import ( "bytes" "crypto/sha256" "encoding/json" - "errors" - "fmt" + "errors" + "fmt" "sort" "github.com/hyperledger/fabric-contract-api-go/v2/contractapi"