Skip to content

Commit

Permalink
FAB-3153 Whitespace fixes (examples)
Browse files Browse the repository at this point in the history
Change-Id: Iab01123ea748f8f5fcd75ce0e1f99842bf3377fb
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
  • Loading branch information
jwagantall committed Apr 18, 2017
1 parent eba4a20 commit be3d0d5
Show file tree
Hide file tree
Showing 9 changed files with 201 additions and 201 deletions.
386 changes: 193 additions & 193 deletions examples/chaincode/go/utxo/consensus/consensus_wrap.cxx

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/chaincode/java/Example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ limitations under the License.
</configuration>
</execution>
</executions>
</plugin>
</plugin>
</plugins>
</build>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion examples/chaincode/java/LinkExample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ limitations under the License.
</configuration>
</execution>
</executions>
</plugin>
</plugin>
</plugins>
</build>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion examples/chaincode/java/MapExample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ limitations under the License.
</configuration>
</execution>
</executions>
</plugin>
</plugin>
</plugins>
</build>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion examples/chaincode/java/RangeExample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ limitations under the License.
</configuration>
</execution>
</executions>
</plugin>
</plugin>
</plugins>
</build>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion examples/chaincode/java/SimpleSample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ limitations under the License.
</configuration>
</execution>
</executions>
</plugin>
</plugin>
</plugins>
</build>
<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
/**
* <h1>Classic "transfer" sample chaincode</h1> (java implementation of <A href=
* "https://github.com/hyperledger/fabric/blob/master/examples/chaincode/go/chaincode_example02/chaincode_example02.go">chaincode_example02.go</A>)
*
*
* @author Sergey Pomytkin spomytkin@gmail.com
*
*/
Expand Down
2 changes: 1 addition & 1 deletion examples/e2e_cli/end-to-end.rst
Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,7 @@ Install, instantiate, invoke, and query *marbles02* chaincode by following the
same general steps outlined above for *chaincode_example02* in the **Manually
create the channel and join peers through CLI** section. After the **Join
channel** step, use the following steps to interact with the *marbles02*
chaincode:
chaincode:

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

Expand Down
2 changes: 1 addition & 1 deletion examples/events/block-listener/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Notice error transaction in events client.
# Tesing chaincode events
Chaincode github.com/hyperledger/fabric/examples/chaincode/go/eventsender can be used to test event sender.
## Deploy eventsender chaincode
Stop the event listener and restart it as follows
Stop the event listener and restart it as follows

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

0 comments on commit be3d0d5

Please sign in to comment.