clang-tidy
This commit is contained in:
@@ -67,7 +67,7 @@ void Writer::setEnabled(bool value) {
|
||||
}
|
||||
|
||||
// Obtiene el valor de la variable
|
||||
bool Writer::IsEnabled() const {
|
||||
bool Writer::isEnabled() const {
|
||||
return enabled_;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user