Skip to content

Commit

Permalink
update code style
Browse files Browse the repository at this point in the history
Signed-off-by: minmingzhu <[email protected]>
  • Loading branch information
minmingzhu committed Jul 22, 2024
1 parent defca84 commit 8a2dda7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mllib-dal/src/main/native/service.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,6 @@ HomogenTablePtr createHomogenTableWithArrayPtr(size_t pNumTabData,
queue.memcpy(data, htableArray, sizeof(double) * numRows * numClos).wait();
return std::make_shared<homogen_table>(
queue, data, numRows, numClos,
detail::make_default_delete<const double>(queue));
detail::make_default_delete<const double>(queue));
}
#endif

0 comments on commit 8a2dda7

Please sign in to comment.