Skip to content

Commit

Permalink
Restyled by clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits authored and stingchang committed Oct 23, 2024
1 parent 49854f4 commit b799c98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ CharSpan AppSupportedTemperatureLevelsDelegate::temperatureLevelOptions[] = { "L

const AppSupportedTemperatureLevelsDelegate::EndpointPair AppSupportedTemperatureLevelsDelegate::supportedOptionsByEndpoints
[MATTER_DM_TEMPERATURE_CONTROL_CLUSTER_SERVER_ENDPOINT_COUNT] = {
EndpointPair(1, AppSupportedTemperatureLevelsDelegate::temperatureLevelOptions,
EndpointPair(
1, AppSupportedTemperatureLevelsDelegate::temperatureLevelOptions,
ArraySize(AppSupportedTemperatureLevelsDelegate::temperatureLevelOptions)) // Supported level options for endPoint 1
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

#pragma once


#include <app/clusters/temperature-control-server/supported-temperature-levels-manager.h>
#include <app/util/config.h>

Expand Down

0 comments on commit b799c98

Please sign in to comment.