FIX cpplint errors

This commit is contained in:
fastium
2024-12-30 17:52:08 +01:00
parent 4c9a0e25a7
commit ca33d26769
7 changed files with 79 additions and 66 deletions

View File

@@ -33,7 +33,7 @@ namespace multi_tasking {
class GearDevice {
public:
explicit GearDevice(); // NOLINT(runtime/references)
GearDevice(); // NOLINT(runtime/references)
// make the class non copyable
GearDevice(GearDevice&) = delete;
@@ -51,4 +51,4 @@ class GearDevice {
volatile uint8_t _currentGear = bike_computer::kMinGear;
};
} // namespace static_scheduling
} // namespace multi_tasking