Skip to content

Commit

Permalink
Fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
eshiryae committed Oct 17, 2024
1 parent 2f7c111 commit 7ae7d1b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/plugins/intel_npu/src/plugin/npuw/util.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ namespace ov {
namespace npuw {
namespace util {

bool is_set(const std::size_t sub_idx,
const std::string& opt,
const std::size_t last_idx = SIZE_MAX);
bool is_set(const std::size_t sub_idx, const std::string& opt, const std::size_t last_idx = SIZE_MAX);

// Every great project has its own string class...
// NB: Newer C++ standards would allow to use string views or smt
Expand Down

0 comments on commit 7ae7d1b

Please sign in to comment.