Formatting...
This commit is contained in:
@@ -8,13 +8,13 @@
|
||||
namespace ptprnt::driver {
|
||||
|
||||
class Usb : public IUsb {
|
||||
public:
|
||||
public:
|
||||
Usb();
|
||||
~Usb() override;
|
||||
|
||||
std::optional<std::vector<UsbDevice>> getDevices() override;
|
||||
|
||||
private:
|
||||
private:
|
||||
std::vector<UsbDevice> mDevices{};
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user