tidy round1

This commit is contained in:
James Cherry
2026-04-13 14:59:05 -07:00
parent 0a8a86d606
commit 63efee64bf
328 changed files with 3030 additions and 3441 deletions
+2 -4
View File
@@ -32,9 +32,7 @@ namespace sta {
bool debug_on = false;
Debug::Debug(Report *report) :
report_(report),
debug_on_(false),
stats_level_(0)
report_(report)
{
}
@@ -81,4 +79,4 @@ Debug::setLevel(std::string_view what,
}
}
} // namespace
} // namespace sta