Skip to content

Commit a930545

Browse files
committed
Fix buildifier
1 parent 2c9d6a7 commit a930545

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

swift/internal/derived_files.bzl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,8 +295,7 @@ def _vfsoverlay(actions, target_name):
295295
return actions.declare_file("{}.vfsoverlay.yaml".format(target_name))
296296

297297
def _explicit_module_map(actions, target_name):
298-
"""Declares a file for the explicit module map configuration for a
299-
compilation action.
298+
"""Declares a file for the explicit module map for a compilation action.
300299
301300
The explicit module map file is JSON-formatted file that allows us to place
302301
the `.swiftmodule` files for all dependencies into a single file used for

0 commit comments

Comments
 (0)