Skip to content

Commit fef5da3

Browse files
ci(pre-commit): Apply automatic fixes
1 parent 9db98d3 commit fef5da3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: idf_component_examples/esp_matter_light/main/matter_light.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ void setup() {
264264
cluster_t *color_control_cluster = cluster::get(endpoint, ColorControl::Id);
265265
attribute_t *current_x_attribute = attribute::get(color_control_cluster, ColorControl::Attributes::CurrentX::Id);
266266
attribute::set_deferred_persistence(current_x_attribute);
267-
attribute_t *current_y_attribute = attribute::get(color_control_cluster, ColorControl::Attributes::CurrentY::Id); // codespell:ignore
267+
attribute_t *current_y_attribute = attribute::get(color_control_cluster, ColorControl::Attributes::CurrentY::Id); // codespell:ignore
268268
attribute::set_deferred_persistence(current_y_attribute);
269269
attribute_t *color_temp_attribute = attribute::get(color_control_cluster, ColorControl::Attributes::ColorTemperatureMireds::Id);
270270
attribute::set_deferred_persistence(color_temp_attribute);

0 commit comments

Comments
 (0)