Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit 191eb3c

Browse files
authored
gofmt file
1 parent ab09e71 commit 191eb3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

net/service/handlers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@ func (service *OpenBazaarService) handleOrderConfirmation(p peer.ID, pmes *pb.Me
560560
}
561561
return nil, net.OutOfOrderMessage
562562
}
563-
563+
564564
// Validate the order confirmation
565565
log.Debugf("validating order confirmation message")
566566
err = service.node.ValidateOrderConfirmation(vendorContract, false)

0 commit comments

Comments
 (0)