Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7bbc74a

Browse files
committedFeb 14, 2025·
remove extra spaces
1 parent 37aa94b commit 7bbc74a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ jobs:
214214
with:
215215
# Exclude all files under "third_party/"
216216
files-ignore: |
217-
third_party/**
217+
third_party/**
218218
- name: Clang-tidy validation
219219
# NOTE: clang-tidy crashes on CodegenDataModel_Write due to Nullable/std::optional check.
220220
# See https://github.com/llvm/llvm-project/issues/97426

0 commit comments

Comments
 (0)