Skip to content

Commit 307808e

Browse files
author
Wei
authored
Merge pull request #1106 from pytorch/PR_1
format by buildifier
2 parents f9f010d + 249f5c7 commit 307808e

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed
Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
def partitioning_test(name, visibility=None):
2-
native.cc_test(
3-
name = name,
4-
srcs = [name + ".cpp"],
5-
visibility = visibility,
6-
deps = [
7-
"//tests/util",
8-
"@googletest//:gtest_main",
9-
] + select({
10-
":use_pre_cxx11_abi": ["@libtorch_pre_cxx11_abi//:libtorch"],
11-
"//conditions:default": ["@libtorch//:libtorch"],
12-
}),
13-
timeout="short"
14-
)
1+
def partitioning_test(name, visibility = None):
2+
native.cc_test(
3+
name = name,
4+
srcs = [name + ".cpp"],
5+
visibility = visibility,
6+
deps = [
7+
"//tests/util",
8+
"@googletest//:gtest_main",
9+
] + select({
10+
":use_pre_cxx11_abi": ["@libtorch_pre_cxx11_abi//:libtorch"],
11+
"//conditions:default": ["@libtorch//:libtorch"],
12+
}),
13+
timeout = "short",
14+
)

0 commit comments

Comments
 (0)