Skip to content

Commit b4ad315

Browse files
committed
[MegaLinter] Apply linters fixes
1 parent c254c09 commit b4ad315

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
@@ -2737,8 +2737,10 @@ def generate_documentation_all_linters():
27372737
)
27382738
supported_platforms = []
27392739
# supported platforms
2740-
if (hasattr(linter, "supported_platforms") and
2741-
"platform" in linter.supported_platforms):
2740+
if (
2741+
hasattr(linter, "supported_platforms")
2742+
and "platform" in linter.supported_platforms
2743+
):
27422744
supported_platforms += linter.supported_platforms["platform"]
27432745
# line
27442746
table_line = [

0 commit comments

Comments
 (0)