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 semicolon

Signed-off-by: Pascal Bauer <pascal.bauer@rwth-aachen.de>
This commit is contained in:
Pascal Bauer 2024-08-24 12:20:32 +02:00 committed by Niklas Eiling
parent 9d16687539
commit 97f57dbfc4

View file

@ -478,7 +478,7 @@ std::filesystem::path PciDevice::path() const {
slot.device, slot.function);
return sysfs;
};
}
// TODO: test
std::filesystem::path PciDevice::override_path() const {