Skip to content

Commit

Permalink
Fix buildifier
Browse files Browse the repository at this point in the history
  • Loading branch information
BalestraPatrick committed Feb 24, 2024
1 parent b762039 commit d9fa199
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion swift/internal/compiling.bzl
Expand Up @@ -80,9 +80,9 @@ load(
"SWIFT_FEATURE_USE_PCH_OUTPUT_DIR",
"SWIFT_FEATURE_VFSOVERLAY",
"SWIFT_FEATURE__NUM_THREADS_0_IN_SWIFTCOPTS",
"SWIFT_FEATURE__SUPPORTS_CONST_VALUE_EXTRACTION",
"SWIFT_FEATURE__SUPPORTS_MACROS",
"SWIFT_FEATURE__WMO_IN_SWIFTCOPTS",
"SWIFT_FEATURE__SUPPORTS_CONST_VALUE_EXTRACTION",
)
load(
":features.bzl",
Expand Down Expand Up @@ -3581,6 +3581,7 @@ def _emitted_output_nature(feature_configuration, user_compile_flags):

def _maybe_create_const_protocols_file(actions, swift_infos, target_name):
"""Create the const extraction protocols file, if necessary.
Args:
actions: The object used to register actions.
swift_infos: A list of `SwiftInfo` providers describing the dependencies
Expand Down

0 comments on commit d9fa199

Please sign in to comment.