Skip to content

Commit 18dcf9e

Browse files
committed
fix buildifier error
1 parent fafce8a commit 18dcf9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cc/private/link/create_libraries_to_link_values.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ def _add_dynamic_library_to_link(
286286
# -l:libfoo.so.1 -> libfoo.so.1
287287
has_compatible_name = (
288288
name.startswith("lib") or
289-
(not name.endswith(".so") and not name.endswith(".dylib") and \
289+
(not name.endswith(".so") and not name.endswith(".dylib") and
290290
not name.endswith(".dll") and not name.endswith(".pyd"))
291291
)
292292
if shared_library and has_compatible_name:

0 commit comments

Comments
 (0)