Skip to content

Commit 988d4d5

Browse files
committed
Restyle
1 parent 41012d9 commit 988d4d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/codegen-interaction-model/CodegenDataModel.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ std::optional<InteractionModel::ClusterInfo> CodegenDataModel::GetClusterInfo(co
386386
#if CHIP_ERROR_LOGGING
387387
ChipLogError(AppServer, "Failed to load cluster info: %" CHIP_ERROR_FORMAT, err->Format());
388388
#else
389-
(void)err->Format();
389+
(void) err->Format();
390390
#endif
391391
return std::nullopt;
392392
}

0 commit comments

Comments
 (0)