Skip to content

Commit 6faa20d

Browse files
committed
Add empty line
1 parent eca75ea commit 6faa20d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mcp/server/streamable_http.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -900,4 +900,4 @@ async def message_router():
900900
await write_stream.aclose()
901901
except Exception as e:
902902
# During cleanup, we catch all exceptions since streams might be in various states
903-
logger.debug(f"Error closing streams: {e}")
903+
logger.debug(f"Error closing streams: {e}")

0 commit comments

Comments
 (0)