From b11e242db170bdfd93b8eb3e31aa2eb867a1ebf2 Mon Sep 17 00:00:00 2001 From: Andrei Litvin Date: Wed, 7 Feb 2024 13:47:24 -0500 Subject: [PATCH] Restyle --- src/app/tests/integration/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/tests/integration/BUILD.gn b/src/app/tests/integration/BUILD.gn index e6b12c91a9c669..da0db88682f180 100644 --- a/src/app/tests/integration/BUILD.gn +++ b/src/app/tests/integration/BUILD.gn @@ -59,8 +59,8 @@ executable("chip-im-initiator") { executable("chip-im-responder") { sources = [ "${chip_root}/src/app/reporting/tests/MockReportScheduler.cpp", - "MockEvents.h", "MockEvents.cpp", + "MockEvents.h", "RequiredPrivilegeStubs.cpp", "chip_im_responder.cpp", ]