Skip to content

Commit 14da666

Browse files
committed
lint
1 parent 4f23a72 commit 14da666

File tree

1 file changed

+1
-1
lines changed
  • test/platform/swift/unit_integration/core

1 file changed

+1
-1
lines changed

test/platform/swift/unit_integration/core/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ load("//bazel:bitdrift_swift_test.bzl", "bitdrift_mobile_swift_objc_test")
33
bitdrift_mobile_swift_objc_test(
44
name = "test",
55
hdrs_objc = glob(["**/*.h"]),
6+
repository = "@capture",
67
srcs_objc = glob(["**/*.m"]),
78
srcs_swift = glob(["**/*.swift"]),
8-
repository = "@capture",
99
tags = ["macos_only"],
1010
visibility = ["//visibility:public"],
1111
deps = [

0 commit comments

Comments
 (0)