Skip to content

Commit

Permalink
Restyle
Browse files Browse the repository at this point in the history
  • Loading branch information
andy31415 committed Nov 20, 2023
1 parent 2f03415 commit 7cd8bfd
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,8 @@ Protocols::InteractionModel::Status MatterTimeFormatLocalizationClusterServerPre

// IM logic should convert any unrecognized value to Unknown and we do not allow
// processing those.
VerifyOrReturnValue(calendarType != CalendarTypeEnum::kUnknownEnumValue, Protocols::InteractionModel::Status::ConstraintError);
VerifyOrReturnValue(calendarType != CalendarTypeEnum::kUnknownEnumValue,
Protocols::InteractionModel::Status::ConstraintError);

return emberAfPluginTimeFormatLocalizationOnCalendarTypeChange(attributePath.mEndpointId, calendarType);
}
Expand Down

0 comments on commit 7cd8bfd

Please sign in to comment.