Skip to content
This repository has been archived by the owner on Nov 15, 2021. It is now read-only.

Commit

Permalink
style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
localhuman committed Dec 21, 2017
1 parent fe2007c commit d15d6a5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions neo/VM/ExecutionEngine.py
Expand Up @@ -750,7 +750,6 @@ def ExecuteOp(self, opcode, context):
elif opcode == APPEND:
newItem = estack.Pop()


if type(newItem) is Struct:
newItem = newItem.Clone()

Expand All @@ -764,7 +763,6 @@ def ExecuteOp(self, opcode, context):

arr.append(newItem)


elif opcode == REVERSE:

arrItem = estack.Pop()
Expand Down

0 comments on commit d15d6a5

Please sign in to comment.