Skip to content

Commit be3d0d5

Browse files
committed
FAB-3153 Whitespace fixes (examples)
Change-Id: Iab01123ea748f8f5fcd75ce0e1f99842bf3377fb Signed-off-by: Jessica Wagantall <[email protected]>
1 parent eba4a20 commit be3d0d5

File tree

9 files changed

+201
-201
lines changed

9 files changed

+201
-201
lines changed

examples/chaincode/go/utxo/consensus/consensus_wrap.cxx

+193-193
Large diffs are not rendered by default.

examples/chaincode/java/Example/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ limitations under the License.
6565
</configuration>
6666
</execution>
6767
</executions>
68-
</plugin>
68+
</plugin>
6969
</plugins>
7070
</build>
7171
<dependencies>

examples/chaincode/java/LinkExample/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ limitations under the License.
6565
</configuration>
6666
</execution>
6767
</executions>
68-
</plugin>
68+
</plugin>
6969
</plugins>
7070
</build>
7171
<dependencies>

examples/chaincode/java/MapExample/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ limitations under the License.
6565
</configuration>
6666
</execution>
6767
</executions>
68-
</plugin>
68+
</plugin>
6969
</plugins>
7070
</build>
7171
<dependencies>

examples/chaincode/java/RangeExample/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ limitations under the License.
6565
</configuration>
6666
</execution>
6767
</executions>
68-
</plugin>
68+
</plugin>
6969
</plugins>
7070
</build>
7171
<dependencies>

examples/chaincode/java/SimpleSample/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ limitations under the License.
6565
</configuration>
6666
</execution>
6767
</executions>
68-
</plugin>
68+
</plugin>
6969
</plugins>
7070
</build>
7171
<dependencies>

examples/chaincode/java/SimpleSample/src/main/java/example/SimpleSample.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
/**
3636
* <h1>Classic "transfer" sample chaincode</h1> (java implementation of <A href=
3737
* "https://github.com/hyperledger/fabric/blob/master/examples/chaincode/go/chaincode_example02/chaincode_example02.go">chaincode_example02.go</A>)
38-
*
38+
*
3939
* @author Sergey Pomytkin [email protected]
4040
*
4141
*/

examples/e2e_cli/end-to-end.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,7 @@ Install, instantiate, invoke, and query *marbles02* chaincode by following the
695695
same general steps outlined above for *chaincode_example02* in the **Manually
696696
create the channel and join peers through CLI** section. After the **Join
697697
channel** step, use the following steps to interact with the *marbles02*
698-
chaincode:
698+
chaincode:
699699

700700
- Install and instantiate the chaincode in ``peer0``:
701701

examples/events/block-listener/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Notice error transaction in events client.
5656
# Tesing chaincode events
5757
Chaincode github.com/hyperledger/fabric/examples/chaincode/go/eventsender can be used to test event sender.
5858
## Deploy eventsender chaincode
59-
Stop the event listener and restart it as follows
59+
Stop the event listener and restart it as follows
6060

6161
```
6262
CORE_PEER_ADDRESS=172.17.0.2:7051 ./peer chaincode deploy -p github.com/hyperledger/fabric/examples/chaincode/go/eventsender -c '{"Function":"init", "Args":[]}'

0 commit comments

Comments
 (0)