Skip to content

Commit 05bae34

Browse files
remove semicolon
Signed-off-by: Pascal Bauer <[email protected]>
1 parent f03ac8d commit 05bae34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)