Skip to content

Commit 3077792

Browse files
committed
clang-tidy
Signed-off-by: Ethan Mahintorabi <ethanmoon@google.com>
1 parent 78fa7e7 commit 3077792

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

src/dbSta/include/db_sta/dbSta.hh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,34 +34,42 @@ namespace sta {
3434
// for more information.
3535
class Library
3636
{
37+
public:
3738
Library() = delete;
3839
};
3940
class Cell
4041
{
42+
public:
4143
Cell() = delete;
4244
};
4345
class Port
4446
{
47+
public:
4548
Port() = delete;
4649
};
4750
class Instance
4851
{
52+
public:
4953
Instance() = delete;
5054
};
5155
class Pin
5256
{
57+
public:
5358
Pin() = delete;
5459
};
5560
class Term
5661
{
62+
public:
5763
Term() = delete;
5864
};
5965
class Net
6066
{
67+
public:
6168
Net() = delete;
6269
};
6370
class ViewType
6471
{
72+
public:
6573
ViewType() = delete;
6674
};
6775

0 commit comments

Comments
 (0)