Skip to content

Commit

Permalink
chore: patch formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
aorumbayev committed Jun 27, 2024
1 parent 94c97f1 commit 62fb51e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ class {{ contract_name.split('_')|map('capitalize')|join }}(ARC4Contract):
@abimethod()
def hello(self, name: String) -> String:
return "Hello, " + name

Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ class {{ contract_name.split('_')|map('capitalize')|join }}(ARC4Contract):
@abimethod()
def hello(self, name: String) -> String:
return "Hello, " + name

0 comments on commit 62fb51e

Please sign in to comment.