rm stray semicolon (#338)

Signed-off-by: Matt Liberty <mliberty@precisioninno.com>
This commit is contained in:
Matt Liberty 2025-11-21 07:01:39 -08:00 committed by GitHub
parent cabc1424e0
commit 574379eb32
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -5690,7 +5690,7 @@ LibertyReader::visitPgType(LibertyAttr *attr)
PwrGndType type = findPwrGndType(type_name); PwrGndType type = findPwrGndType(type_name);
PortDirection *dir = PortDirection::unknown(); PortDirection *dir = PortDirection::unknown();
switch (type) { switch (type) {
case PwrGndType::primary_ground:; case PwrGndType::primary_ground:
case PwrGndType::backup_ground: case PwrGndType::backup_ground:
case PwrGndType::internal_ground: case PwrGndType::internal_ground:
dir = PortDirection::ground(); dir = PortDirection::ground();