Skip to content

Commit eac63aa

Browse files
remove semicolon
Signed-off-by: Pascal Bauer <pascal.bauer@rwth-aachen.de>
1 parent 49ece78 commit eac63aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

common/lib/kernel/devices/pci_device.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ std::filesystem::path PciDevice::path() const {
478478
slot.device, slot.function);
479479

480480
return sysfs;
481-
};
481+
}
482482

483483
// TODO: test
484484
std::filesystem::path PciDevice::override_path() const {

0 commit comments

Comments
 (0)