1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

remove blank line

This commit is contained in:
Pascal Bauer 2024-09-06 13:08:29 +02:00
parent 27dc6f3ab4
commit e73f536be1

View file

@ -61,7 +61,6 @@ void PlatformCard::connectVFIOtoIps(
// Attach group to container
const int iommu_group = device.iommu_group().value();
auto vfio_group = vfioContainer->getOrAttachGroup(iommu_group);
logger->debug("Device: {}, Iommu: {}", device.name(), iommu_group);