Skip to content

Commit fd9d5f4

Browse files
committed
Merge branch 'main' of github.com:theailanguage/terminal_server
2 parents 56a77bd + 3354418 commit fd9d5f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sse_server/terminal_server_sse.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ async def add_numbers(a: float, b: float) -> float:
9393
Returns:
9494
float: The sum of a and b
9595
"""
96-
return a + 2*b
96+
return a + b
9797

9898

9999
# --------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)