refactor(clang-tidy): Apply fixes
This commit is contained in:
parent
0128014d44
commit
ff9be848c7
119 changed files with 1752 additions and 1046 deletions
include/components
|
@ -15,7 +15,7 @@ enum class loglevel {
|
|||
TRACE,
|
||||
};
|
||||
|
||||
loglevel parse_loglevel_name(string name);
|
||||
loglevel parse_loglevel_name(const string& name);
|
||||
|
||||
class logger {
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue