diff --git a/auction-dutch/chaincode-go/smart-contract/auction.go b/auction-dutch/chaincode-go/smart-contract/auction.go index 3ebf3d654..90a9097ba 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"