Skip to content

Commit

Permalink
yield from PATTERNS
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoGorelli committed Feb 7, 2021
1 parent 248db43 commit ee35ba7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions run-cmake-format.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@


def find_cmake_files():
yield from here.rglob('cpp/cmake_modules/*/.cmake')
yield from here.rglob('*CMakeLists.txt')
for pat in PATTERNS:
yield from here.glob(pat)


def run_cmake_format(paths):
Expand Down

0 comments on commit ee35ba7

Please sign in to comment.