Skip to content

Commit

Permalink
Delete the empty line to fix clang-format issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
awayzjj committed Mar 4, 2024
1 parent a25256c commit 3c07b2d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/inference/src/dev/core_impl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,6 @@ bool ov::is_config_applicable(const std::string& user_device_name, const std::st
ov::Parsed ov::parseDeviceNameIntoConfig(const std::string& deviceName,
const AnyMap& config,
const bool keep_core_property) {

// check to the validity of device name
auto bracket_pos = deviceName.find(")");
while (bracket_pos != std::string::npos) {
Expand Down

0 comments on commit 3c07b2d

Please sign in to comment.