Skip to content

Commit 682b539

Browse files
Giovanni VersiglioniDenisVieriu97
authored andcommitted
review updates: newlines fix
1 parent 9b78f95 commit 682b539

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

kernels/test/targets.bzl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -336,5 +336,4 @@ def define_common_targets():
336336
_common_op_test("op_view_as_real_copy_test", ["aten", "portable"])
337337
_common_op_test("op_view_copy_test", ["aten", "portable"])
338338
_common_op_test("op_where_test", ["aten", "portable"])
339-
_common_op_test("op_zeros_test", ["aten", "portable"])
340-
339+
_common_op_test("op_zeros_test", ["aten", "portable"])

shim_et/xplat/executorch/kernels/portable/op_registration_util.bzl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1337,5 +1337,4 @@ def portable_source_list():
13371337

13381338
def portable_header_list():
13391339
"""All the header file names from //executorch/kernels/portable/cpu/"""
1340-
return ["selective_build.h", "scalar_utils.h", "math_constants.h", "vec_ops.h"]
1341-
1340+
return ["selective_build.h", "scalar_utils.h", "math_constants.h", "vec_ops.h"]

0 commit comments

Comments
 (0)