Skip to content

Commit ffa8615

Browse files
committed
[MegaLinter] Apply linters fixes
1 parent c9cb410 commit ffa8615

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.automation/build.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2732,8 +2732,10 @@ def generate_documentation_all_linters():
27322732
)
27332733
supported_platforms = []
27342734
# supported platforms
2735-
if (hasattr(linter, "supported_platforms") and
2736-
"platform" in linter.supported_platforms):
2735+
if (
2736+
hasattr(linter, "supported_platforms")
2737+
and "platform" in linter.supported_platforms
2738+
):
27372739
supported_platforms += linter.supported_platforms["platform"]
27382740
# line
27392741
table_line = [

0 commit comments

Comments
 (0)