Skip to content

Commit

Permalink
Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
kclowes committed Jan 24, 2019
1 parent 9d80d27 commit 1b3c129
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/core/contracts/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -563,8 +563,8 @@ def RETURN_ARGS_ABI():

@pytest.fixture()
def RETURN_ARGS_CONTRACT(RETURN_ARGS_CODE,
RETURN_ARGS_RUNTIME,
RETURN_ARGS_ABI):
RETURN_ARGS_RUNTIME,
RETURN_ARGS_ABI):
return {
'bytecode': RETURN_ARGS_CODE,
'bytecode_runtime': RETURN_ARGS_RUNTIME,
Expand Down

0 comments on commit 1b3c129

Please sign in to comment.