Skip to content

Commit

Permalink
Run buildifier.
Browse files Browse the repository at this point in the history
  • Loading branch information
sewerynplazuk committed Jul 1, 2024
1 parent 636f7e0 commit 824c87c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apple/internal/swift_info_support.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ swift_library dependencies.\
""",
)

if not all([module.name, module.swift.swiftdoc]) or not (module.swift.swiftmodule or module.swift.swiftinterface): fail(
if not all([module.name, module.swift.swiftdoc]) or not (module.swift.swiftmodule or module.swift.swiftinterface):
fail(
"""\
error: Could not find all required artifacts and information to build a Swift framework. \
Please file an issue with a reproducible error case.\
Expand Down

0 comments on commit 824c87c

Please sign in to comment.