diff --git a/memflow-pcileech/src/lib.rs b/memflow-pcileech/src/lib.rs index 123b2f5..083abba 100644 --- a/memflow-pcileech/src/lib.rs +++ b/memflow-pcileech/src/lib.rs @@ -338,7 +338,7 @@ impl PhysicalMemory for PciLeech { } /// Creates a new PciLeech Connector instance. -#[connector(name = "pcileech", ty = " PciLeech")] +#[connector(name = "pcileech", ty = "PciLeech")] pub fn create_connector(args: &ConnectorArgs) -> Result { let device = args .get("device")