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

Commit

Permalink
update codestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
localhuman committed Jul 14, 2018
1 parent f4dd211 commit 3d163ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neo/SmartContract/ApplicationEngine.py
Expand Up @@ -282,7 +282,7 @@ def GetPrice(self):

if opcode == NOP:
return 0
elif opcode in [SAFE_APPCALL,TAILCALL,UNSAFE_APPCALL]:
elif opcode in [SAFE_APPCALL, TAILCALL, UNSAFE_APPCALL]:
return 10
elif opcode == SYSCALL:
return self.GetPriceForSysCall()
Expand Down

0 comments on commit 3d163ef

Please sign in to comment.