Skip to content

Commit

Permalink
Restyle
Browse files Browse the repository at this point in the history
  • Loading branch information
andy31415 committed Jun 10, 2024
1 parent 41012d9 commit 988d4d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/codegen-interaction-model/CodegenDataModel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ std::optional<InteractionModel::ClusterInfo> CodegenDataModel::GetClusterInfo(co
#if CHIP_ERROR_LOGGING
ChipLogError(AppServer, "Failed to load cluster info: %" CHIP_ERROR_FORMAT, err->Format());
#else
(void)err->Format();
(void) err->Format();
#endif
return std::nullopt;
}
Expand Down

0 comments on commit 988d4d5

Please sign in to comment.