Skip to content

Commit 603347c

Browse files
removed the whitespaces
1 parent d737ff5 commit 603347c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/app_kernel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ async def human_clarification_endpoint(
362362
},
363363
)
364364
raise HTTPException(status_code=400, detail="Invalida Clarification")
365-
365+
366366
authenticated_user = get_authenticated_user_details(request_headers=request.headers)
367367
user_id = authenticated_user["user_principal_id"]
368368
if not user_id:

0 commit comments

Comments
 (0)