Skip to content

Commit 0477c4c

Browse files
committed
fixed clang error
1 parent a370793 commit 0477c4c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

csrc/bindings/bindings.cpp

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55

66
using namespace pplx;
77

8-
TORCH_LIBRARY(pplx_kernels, m) {
9-
register_all_to_all_ops(m);
10-
}
8+
TORCH_LIBRARY(pplx_kernels, m) { register_all_to_all_ops(m); }
119

12-
REGISTER_EXTENSION(TORCH_EXTENSION_NAME)
10+
REGISTER_EXTENSION(TORCH_EXTENSION_NAME)

0 commit comments

Comments
 (0)