Skip to content

Commit e53874d

Browse files
committed
Fix whitespace error
Signed-off-by: Nikola Forró <nforro@redhat.com>
1 parent 9d87851 commit e53874d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mcp_server/gitlab_tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ def check_existing_comment():
281281
return False
282282

283283
exists = await asyncio.to_thread(check_existing_comment)
284-
if exists:
284+
if exists:
285285
return f"Comment already exists in merge request {merge_request_url}, not adding duplicate"
286286

287287
# Discussions are created unresolved by default, which blocks the MR

0 commit comments

Comments
 (0)