Skip to content

Commit e1dc407

Browse files
committed
Remove trailing whitespace
tabs->spaces Change-Id: I95438916a3a9c77ec3a6d81e65766136866715a4 Signed-off-by: Ry Jones <[email protected]>
1 parent 18ec851 commit e1dc407

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

bccsp/factory/factory_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ BCCSP:
4949
PKCS11:
5050
Hash: SHA3
5151
Security: 256
52-
52+
5353
Library: %s
5454
Pin: '%s'
5555
Label: %s

bddtests/regression/go/ote/ote.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ func startProducer(serverAddr string, chainID string, ordererIndex int, channelI
453453
b.broadcast([]byte(fmt.Sprintf("Testing %v", time.Now())))
454454
err = b.getAck()
455455
if err == nil {
456-
(*txSentCntrP)++
456+
(*txSentCntrP)++
457457
if printProgressLogs && (*txSentCntrP)%printLogCnt == 0 {
458458
mult++
459459
if debugflag1 {

unit-test/run.sh

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ PKGS=`go list ${TEST_PKGS} 2> /dev/null | \
1212
grep -v /vendor/ | \
1313
grep -v /build/ | \
1414
grep -v /bddtests/ | \
15-
grep -v /examples/chaincode/chaintool/ | \
16-
grep -v /examples/chaincode/go/asset_management | \
17-
grep -v /examples/chaincode/go/utxo | \
18-
grep -v /examples/chaincode/go/rbac_tcerts_no_attrs`
15+
grep -v /examples/chaincode/chaintool/ | \
16+
grep -v /examples/chaincode/go/asset_management | \
17+
grep -v /examples/chaincode/go/utxo | \
18+
grep -v /examples/chaincode/go/rbac_tcerts_no_attrs`
1919

2020
if [ x$ARCH == xppc64le -o x$ARCH == xs390x ]
2121
then

0 commit comments

Comments
 (0)