FIX cpplint errors
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user