Skip to content

Commit 9b57285

Browse files
committed
Bazel: remove redundant whitespace
1 parent 734a77d commit 9b57285

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

misc/bazel/lfs.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ lfs_archive = repository_rule(
101101
"Either build_file or build_file_content can be specified, but not both."),
102102
"build_file": attr.label(doc = "The file to use as the BUILD file for this repository. " +
103103
"Either build_file or build_file_content can be specified, but not both."),
104-
"strip_prefix": attr.string(default = "", doc = "A directory prefix to strip from the extracted files. "),
104+
"strip_prefix": attr.string(default = "", doc = "A directory prefix to strip from the extracted files."),
105105
},
106106
)
107107

@@ -114,7 +114,7 @@ lfs_archives = repository_rule(
114114
doc = "Local paths to the LFS archives to extract in order.",
115115
mandatory = True,
116116
),
117-
"strip_prefix": attr.string(default = "", doc = "A directory prefix to strip from the extracted files. "),
117+
"strip_prefix": attr.string(default = "", doc = "A directory prefix to strip from the extracted files."),
118118
},
119119
)
120120

0 commit comments

Comments
 (0)