Skip to content

Commit

Permalink
go fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
n.neznaemov committed Feb 22, 2022
1 parent bda03ec commit f24890a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/chaincode/core.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ type Core struct {
name string
channelName string
endorsingMSPs []string
endorsers []*api.HostEndpoint
endorsers []*api.HostEndpoint
peerPool api.PeerPool
orderer api.Orderer

Expand Down Expand Up @@ -60,7 +60,7 @@ func NewCore(
name: ccName,
channelName: channelName,
endorsingMSPs: endorsingMSPs,
endorsers: endorsers,
endorsers: endorsers,
peerPool: peerPool,
orderer: orderer,
identity: identity,
Expand Down

0 comments on commit f24890a

Please sign in to comment.