Skip to content

Commit

Permalink
Update distance.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
richardnorth3 authored Feb 28, 2025
1 parent bf56cf3 commit 50b56e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/oneapi/dal/backend/primitives/distance/distance.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ class distance<Float, correlation_metric<Float>> {

template <ndorder order>
comp_dev_res_t get_deviation(const ndview<Float, 2, order>& inp,
const event_vector& deps = {}) const;
const event_vector& deps = {}) const;
private:

Check notice on line 137 in cpp/oneapi/dal/backend/primitives/distance/distance.hpp

View check run for this annotation

codefactor.io / CodeFactor

cpp/oneapi/dal/backend/primitives/distance/distance.hpp#L137

"private:" should be preceded by a blank line. (whitespace/blank_line)
sycl::queue& q_;
};
Expand Down

0 comments on commit 50b56e6

Please sign in to comment.