Skip to content

Commit cb8c410

Browse files
author
Krishna Harsha Voora
committed
Indentation issue breaks make behave on all platforms.
This changeset removes the addtional white spaces introduced to bddtests/steps/orderer_impl.py. This ensures 'make behave' works on all platforms (x86_64, ppc64le and s390x). Change-Id: I0c3d2ef4d1f264034543be72a0b04e530a779981 Signed-off-by: Krishna Harsha Voora <[email protected]>
1 parent 2c8bcf0 commit cb8c410

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bddtests/steps/orderer_impl.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,4 @@ def step_impl(context, enrollId, composeService):
7272

7373
userRegistration = orderer_util.getUserRegistration(context, enrollId)
7474
streamHelper = userRegistration.getDelivererStreamHelper(context, composeService)
75-
streamHelper.seekToRange(start = start, end = end)
75+
streamHelper.seekToRange(start = start, end = end)

0 commit comments

Comments
 (0)