Skip to content

Commit

Permalink
clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
tkrupa-intel committed Jan 23, 2025
1 parent 4ee6437 commit 81aca3e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/core/src/op/util/weightless_caching_attributes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ TRANSFORMATIONS_API void ov::copy_weightless_cache_attr(const std::shared_ptr<ov
auto weightless_caching_attr = rt_info.find(ov::WeightlessCacheAttribute::get_type_info_static());

if (weightless_caching_attr != rt_info.end()) {
to->get_rt_info()[ov::WeightlessCacheAttribute::get_type_info_static()] =
weightless_caching_attr->second;
to->get_rt_info()[ov::WeightlessCacheAttribute::get_type_info_static()] = weightless_caching_attr->second;
}
}

0 comments on commit 81aca3e

Please sign in to comment.