Skip to content

Commit d877cf2

Browse files
author
zaihuaji
committed
remove indent
1 parent 2ad6fe6 commit d877cf2

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/rda_python_template/hello_world.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ def main():
66
str = get_string('Hua')
77
print(str)
88

9-
def get_string(name):
10-
return name + ": Hello World!"
9+
def get_string(name):
10+
return name + ": Hello World!"
11+
1112
#
1213
# call main() to start program
1314
#

0 commit comments

Comments
 (0)