Skip to content

Commit

Permalink
Indentation issue breaks make behave on all platforms.
Browse files Browse the repository at this point in the history
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 <krishvoor@in.ibm.com>
  • Loading branch information
Krishna Harsha Voora committed Feb 13, 2017
1 parent 2c8bcf0 commit cb8c410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bddtests/steps/orderer_impl.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ def step_impl(context, enrollId, composeService):

userRegistration = orderer_util.getUserRegistration(context, enrollId)
streamHelper = userRegistration.getDelivererStreamHelper(context, composeService)
streamHelper.seekToRange(start = start, end = end)
streamHelper.seekToRange(start = start, end = end)

0 comments on commit cb8c410

Please sign in to comment.