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 -2
View File
@@ -38,7 +38,7 @@ class TimingModel
{
public:
TimingModel(LibertyCell *cell);
virtual ~TimingModel() {}
virtual ~TimingModel() = default;
virtual void setIsScaled(bool is_scaled) = 0;
protected:
@@ -97,4 +97,4 @@ public:
int digits) const = 0;
};
} // namespace
} // namespace sta