Skip to content

Commit

Permalink
remove semicolon
Browse files Browse the repository at this point in the history
Signed-off-by: Pascal Bauer <[email protected]>
  • Loading branch information
IgnoreWarnings committed Aug 30, 2024
1 parent 0330046 commit b4fec38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/lib/kernel/devices/pci_device.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit b4fec38

Please sign in to comment.