Skip to content

Commit b39c3c8

Browse files
author
noemotiovon
committed
[CANN]codestyle adjustment
Signed-off-by: noemotiovon <[email protected]>
1 parent 2640473 commit b39c3c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml/src/ggml-cann/aclnn_ops.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2730,4 +2730,4 @@ void ggml_cann_step(ggml_backend_cann_context& ctx, ggml_tensor* dst){
27302730
ACL_CHECK(aclDestroyTensor(acl_src));
27312731
ACL_CHECK(aclDestroyTensor(acl_dst));
27322732
ACL_CHECK(aclDestroyScalar(alpha));
2733-
}
2733+
}

0 commit comments

Comments
 (0)