Updated formatting

This commit is contained in:
Prianka Liz Kariat 2023-04-28 03:30:21 +05:30
parent bdede4f94e
commit fec11735a3
2 changed files with 1 additions and 2 deletions

View File

@ -124,4 +124,4 @@ cc_library(
visibility = ["//visibility:public"], visibility = ["//visibility:public"],
deps = [":opencv_xcframework"], deps = [":opencv_xcframework"],
# data = [":opencv_xcframework"] # data = [":opencv_xcframework"]
) )

View File

@ -148,4 +148,3 @@ unzip_opencv_xcframework = rule(
"zip_file": attr.label(mandatory = True, allow_single_file=True), "zip_file": attr.label(mandatory = True, allow_single_file=True),
}, },
) )