Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

Commit

Permalink
Require name to be a named argument.
Browse files Browse the repository at this point in the history
RELNOTES: None
PiperOrigin-RevId: 347033042
  • Loading branch information
thomasvl authored and swiple-rules-gardener committed Dec 11, 2020
1 parent 0ec7a57 commit 3355e61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swift/internal/providers.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ provider.
},
)

def create_module(name, *, clang = None, swift = None):
def create_module(*, name, clang = None, swift = None):
"""Creates a value containing Clang/Swift module artifacts of a dependency.
At least one of the `clang` and `swift` arguments must not be `None`. It is
Expand Down

0 comments on commit 3355e61

Please sign in to comment.