Skip to content

Commit

Permalink
buildifier
Browse files Browse the repository at this point in the history
  • Loading branch information
codeman9 committed Aug 31, 2021
1 parent 91fa365 commit a00304d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion swift/internal/derived_files.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,6 @@ def _swiftsourceinfo(actions, module_name):
"""
return actions.declare_file("{}.swiftsourceinfo".format(module_name))


def _swiftmodule(actions, module_name):
"""Declares a file for the Swift module created by a compilation rule.
Expand Down
2 changes: 1 addition & 1 deletion swift/internal/providers.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ def create_swift_module(
swiftmodule,
defines = [],
swiftinterface = None,
swiftsourceinfo = None,):
swiftsourceinfo = None):
"""Creates a value representing a Swift module use as a Swift dependency.
Args:
Expand Down

0 comments on commit a00304d

Please sign in to comment.