Fix unintended comma in clang format exception raising.

Change-Id: I56bc5a8c2a778172617ac2ce2bd7fb776a6a6964
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/7259616
Auto-Submit: Alex Ovsienko <ovsienko@google.com>
Reviewed-by: Scott Lee <ddoman@chromium.org>
Commit-Queue: Scott Lee <ddoman@chromium.org>
This commit is contained in:
Alex Ovsienko
2025-12-15 09:47:10 -08:00
committed by LUCI CQ
parent c34ff73940
commit 3aee16b5f6

View File

@@ -74,7 +74,7 @@ def FindClangFormatScriptInChromiumTree(script_name):
tools_path = gclient_paths.GetBuildtoolsPath()
if not tools_path:
raise NotFoundError(
'Could not find checkout in any parent of the current path.\n',
'Could not find checkout in any parent of the current path.\n'
'Set CHROMIUM_BUILDTOOLS_PATH to use outside of a chromium '
'checkout.')