Skip to content

Commit

Permalink
Restyled by autopep8
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits authored and andreilitvin committed Oct 8, 2024
1 parent 0428b49 commit 2484370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run-clang-tidy-on-compile-commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ def find_darwin_gcc_sysroot():
):
if not line.startswith("Path: "):
continue
path = line[line.find(": ") + 2 :]
path = line[line.find(": ") + 2:]
if "/MacOSX.platform/" not in path:
continue
logging.info("Found %s" % path)
Expand Down

0 comments on commit 2484370

Please sign in to comment.