Skip to content

Commit

Permalink
feat: add feature (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
afuetterer committed Dec 8, 2023
1 parent e451a40 commit b5d5079
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/services_test4/lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ def hello_world(msg: str) -> str:
An uppercase version of the input message.
"""
result = msg.capitalize()
result = msg.upper()
return result

0 comments on commit b5d5079

Please sign in to comment.