Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
davidzhao committed Dec 29, 2024
1 parent 692cb12 commit 7c35ce6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions livekit-rtc/livekit/rtc/participant.py
Original file line number Diff line number Diff line change
Expand Up @@ -418,8 +418,8 @@ async def run_handler():
response_error = error
except Exception as error:
logger.exception(
f"Uncaught error returned by RPC handler for {
method}. Returning APPLICATION_ERROR instead. Original error: {error}",
f"Uncaught error returned by RPC handler for {method}."
f" Returning APPLICATION_ERROR instead. Original error: {error}"
)
response_error = RpcError._built_in(
RpcError.ErrorCode.APPLICATION_ERROR
Expand Down

0 comments on commit 7c35ce6

Please sign in to comment.