Cleanup after linter

This commit is contained in:
Ameer 2020-06-21 13:02:43 -04:00
parent c506cb494f
commit 243dbee81e
9 changed files with 95 additions and 164 deletions

View file

@ -40,7 +40,6 @@ struct DeviceStatus {
u16 max_x{};
u16 max_y{};
};
std::optional<CalibrationData> touch_calibration;
};
@ -73,7 +72,6 @@ public:
Stage1Completed,
Completed,
};
/**
* Constructs and starts the job with the specified parameter.
*