Skip to content

Commit 118f640

Browse files
authored
Merge pull request #24 from dijopaul/patch-1
Fixing lint error in PR 9877
2 parents af8355f + bb4c37c commit 118f640

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backends/cadence/hifi/operators/op_view_copy.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
#include <executorch/runtime/kernel/kernel_includes.h>
1414

1515
using executorch::runtime::resize_tensor;
16-
using executorch::runtime::tensors_have_same_dim_order;
1716
using executorch::runtime::tensor_is_default_dim_order;
17+
using executorch::runtime::tensors_have_same_dim_order;
1818
using torch::executor::check_view_copy_args;
1919
using torch::executor::Error;
2020
using torch::executor::get_view_copy_target_size;

0 commit comments

Comments
 (0)