Skip to content

Commit

Permalink
[FIX] Trailing whitespace error
Browse files Browse the repository at this point in the history
  • Loading branch information
PiotrKrzem committed Feb 12, 2024
1 parent 24e04ec commit be87a11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/intel_cpu/src/cpu_types.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ using TypeToNameMap = ov::intel_cpu::caseless_unordered_map<std::string, Type>;
static const TypeToNameMap& get_type_to_name_tbl() {
static const TypeToNameMap type_to_name_tbl = {
{"Constant", Type::Input},
{"Parameter", Type::Input},
{"Parameter", Type::Input},
{"Result", Type::Output},
{"Eye", Type::Eye},
{"Convolution", Type::Convolution},
Expand Down

0 comments on commit be87a11

Please sign in to comment.