diff --git a/src/inference/include/openvino/runtime/intel_cpu/properties.hpp b/src/inference/include/openvino/runtime/intel_cpu/properties.hpp index 822027b6246d74..e1d0a6eefab1ed 100644 --- a/src/inference/include/openvino/runtime/intel_cpu/properties.hpp +++ b/src/inference/include/openvino/runtime/intel_cpu/properties.hpp @@ -47,8 +47,7 @@ namespace intel_cpu { */ static constexpr Property denormals_optimization{"CPU_DENORMALS_OPTIMIZATION"}; -static constexpr Property sparse_weights_decompression_rate{ - "SPARSE_WEIGHTS_DECOMPRESSION_RATE"}; +static constexpr Property sparse_weights_decompression_rate{"SPARSE_WEIGHTS_DECOMPRESSION_RATE"}; } // namespace intel_cpu } // namespace ov