Skip to content

Commit

Permalink
resolve review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
itikhono committed Jul 26, 2024
1 parent 47d9ebd commit 0b1d1c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/src/pass/manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ class EnvVar {
return m_is_bool;
}

std::string get_str() const {
const std::string& get_str() const {
return s_value;
}

Expand Down

0 comments on commit 0b1d1c7

Please sign in to comment.