Skip to content

Commit

Permalink
fixed the indentation and linting error
Browse files Browse the repository at this point in the history
Signed-off-by: Sanket Teli <[email protected]>
  • Loading branch information
Sanket-0510 committed Aug 14, 2024
1 parent 677a98d commit 3d22207
Show file tree
Hide file tree
Showing 6 changed files with 284 additions and 317 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -156,40 +156,37 @@ Orderer: &Group1Defaults
Profiles:
# Profile used to create Genesis block for group group1 #
Group1Genesis:
<<: *ChannelDefaults
Orderer:
<<: *Group1Defaults
Organizations:
- *Orderer
Capabilities:
<<: *OrdererCapabilities
Consortiums:
SampleConsortium:
Organizations:
- *Orderer
- *Org1
<<: *ChannelDefaults
Orderer:
<<: *Group1Defaults
Organizations:
- *Orderer
Capabilities:
<<: *OrdererCapabilities
Consortiums:
SampleConsortium:
Organizations:
- *Orderer
- *Org1
# Profile used to create channeltx for my-channel1 #
MyChannel1:
<<: *ChannelDefaults
Orderer:
<<: *Group1Defaults
Organizations:
- *Orderer
Capabilities:
<<: *ApplicationCapabilities
Consortium: SampleConsortium
Consortiums:
SampleConsortium:
Organizations:
- *Org1
Application:
<<: *ApplicationDefaults
Organizations:
- *Org1
<<: *ChannelDefaults
Orderer:
<<: *Group1Defaults
Organizations:
- *Orderer
Capabilities:
<<: *ApplicationCapabilities
Consortium: SampleConsortium
Consortiums:
SampleConsortium:
Organizations:
- *Org1
Application:
<<: *ApplicationDefaults
Organizations:
- *Org1
"
`;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -152,40 +152,37 @@ Orderer: &Group1Defaults
Profiles:
# Profile used to create Genesis block for group group1 #
Group1Genesis:
<<: *ChannelDefaults
Orderer:
<<: *Group1Defaults
Organizations:
- *Orderer
Capabilities:
<<: *OrdererCapabilities
Consortiums:
SampleConsortium:
Organizations:
- *Orderer
- *Org1
<<: *ChannelDefaults
Orderer:
<<: *Group1Defaults
Organizations:
- *Orderer
Capabilities:
<<: *OrdererCapabilities
Consortiums:
SampleConsortium:
Organizations:
- *Orderer
- *Org1
# Profile used to create channeltx for my-channel1 #
MyChannel1:
<<: *ChannelDefaults
Orderer:
<<: *Group1Defaults
Organizations:
- *Orderer
Capabilities:
<<: *ApplicationCapabilities
Consortium: SampleConsortium
Consortiums:
SampleConsortium:
Organizations:
- *Org1
Application:
<<: *ApplicationDefaults
Organizations:
- *Org1
<<: *ChannelDefaults
Orderer:
<<: *Group1Defaults
Organizations:
- *Orderer
Capabilities:
<<: *ApplicationCapabilities
Consortium: SampleConsortium
Consortiums:
SampleConsortium:
Organizations:
- *Org1
Application:
<<: *ApplicationDefaults
Organizations:
- *Org1
"
`;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -203,43 +203,40 @@ Orderer: &Group1Defaults
Profiles:
# Profile used to create Genesis block for group group1 #
Group1Genesis:
<<: *ChannelDefaults
Orderer:
<<: *Group1Defaults
Organizations:
- *Orderer
Capabilities:
<<: *OrdererCapabilities
Consortiums:
SampleConsortium:
Organizations:
- *Orderer
- *Org1
- *Org2
<<: *ChannelDefaults
Orderer:
<<: *Group1Defaults
Organizations:
- *Orderer
Capabilities:
<<: *OrdererCapabilities
Consortiums:
SampleConsortium:
Organizations:
- *Orderer
- *Org1
- *Org2
# Profile used to create channeltx for my-channel1 #
MyChannel1:
<<: *ChannelDefaults
Orderer:
<<: *Group1Defaults
Organizations:
- *Orderer
Capabilities:
<<: *ApplicationCapabilities
Consortium: SampleConsortium
Consortiums:
SampleConsortium:
Organizations:
- *Org1
- *Org2
Application:
<<: *ApplicationDefaults
Organizations:
- *Org1
- *Org2
<<: *ChannelDefaults
Orderer:
<<: *Group1Defaults
Organizations:
- *Orderer
Capabilities:
<<: *ApplicationCapabilities
Consortium: SampleConsortium
Consortiums:
SampleConsortium:
Organizations:
- *Org1
- *Org2
Application:
<<: *ApplicationDefaults
Organizations:
- *Org1
- *Org2
"
`;
Expand Down
Loading

0 comments on commit 3d22207

Please sign in to comment.