Skip to content

Commit 7c35ce6

Browse files
committed
format
1 parent 692cb12 commit 7c35ce6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

livekit-rtc/livekit/rtc/participant.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -418,8 +418,8 @@ async def run_handler():
418418
response_error = error
419419
except Exception as error:
420420
logger.exception(
421-
f"Uncaught error returned by RPC handler for {
422-
method}. Returning APPLICATION_ERROR instead. Original error: {error}",
421+
f"Uncaught error returned by RPC handler for {method}."
422+
f" Returning APPLICATION_ERROR instead. Original error: {error}"
423423
)
424424
response_error = RpcError._built_in(
425425
RpcError.ErrorCode.APPLICATION_ERROR

0 commit comments

Comments
 (0)