Skip to content

Commit c3a90e3

Browse files
authored
remove whitespace
1 parent cf826d3 commit c3a90e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/ci_set_matrix.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,11 @@ def set_boards_to_build(build_all):
8585
if port != "unix":
8686
boards_to_build.update(port_to_boards[port])
8787
continue
88-
88+
8989
# Check the ignore list to see if the file isn't used on board builds.
9090
if p in IGNORE:
9191
continue
92-
92+
9393
# Boards don't run tests so ignore those as well.
9494
if p.startswith("tests"):
9595
continue

0 commit comments

Comments
 (0)