mirror of
https://github.com/esphome/esphome.git
synced 2025-09-12 16:22:22 +01:00
refactor: adjust formatting of DynamicLamp constructor for consistency
This commit is contained in:
@@ -9,7 +9,7 @@ namespace dynamic_lamp {
|
||||
|
||||
class DynamicLamp : public output::FloatOutput, public Parented<DynamicLampComponent> {
|
||||
public:
|
||||
DynamicLamp(DynamicLampComponent *parent, DynamicLampIdx lamp) : parent_(parent), lamp_(lamp) {}
|
||||
DynamicLamp(DynamicLampComponent *parent, DynamicLampIdx lamp) : parent_(parent), lamp_(lamp) {}
|
||||
|
||||
protected:
|
||||
void write_state(float state) override;
|
||||
|
Reference in New Issue
Block a user