Make Formatter Happy

Signed-off-by: Will Hawkins <hawkinsw@obs.cr>
This commit is contained in:
Will Hawkins
2026-03-06 21:40:37 -05:00
parent eff19df968
commit 81b9345c7f
8 changed files with 83 additions and 76 deletions
-2
View File
@@ -72,7 +72,6 @@ public class Variable: TypedIdentifier {
}
}
/// The type for a P4 struct
public struct P4Struct: P4Type {
@@ -247,7 +246,6 @@ public class P4StringValue: P4Value {
}
}
public class Packet {
public init() {}
}