Skip to content

Commit 719038e

Browse files
committed
Update
[ghstack-poisoned]
1 parent 0078709 commit 719038e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

kernels/test/op_nonzero_test.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,8 @@ class OpNonzeroTest : public OperatorTest {
2828
void test_dtype() {
2929
TensorFactory<DTYPE> tf_input;
3030
TensorFactory<ScalarType::Long> tf_long;
31-
// clang-format offs
3231
Tensor a = tf_input.make(
3332
/*sizes=*/{2, 2}, /*data=*/{CTYPE(2), CTYPE(0), CTYPE(2), CTYPE(4)});
34-
// clang-format on
3533
Tensor out = tf_long.zeros({3, 2});
3634

3735
op_nonzero_out(a, out);

0 commit comments

Comments
 (0)