Skip to content

Commit 6023406

Browse files
committed
REMOVE: Touch Server.cpp to trigger clang-tidy
Signed-off-by: Adrian Gielniewski <adrian.gielniewski@nordicsemi.no>
1 parent 55ba053 commit 6023406

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/server/Server.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ static app::CircularEventBuffer sLoggingBuffer[CHIP_NUM_EVENT_LOGGING_BUFFERS];
104104

105105
CHIP_ERROR Server::Init(const ServerInitParams & initParams)
106106
{
107-
ChipLogProgress(AppServer, "Server initializing...");
107+
ChipLogProgress(AppServer, "Server initializing....");
108108
assertChipStackLockedByCurrentThread();
109109

110110
mInitTimestamp = System::SystemClock().GetMonotonicMicroseconds64();

0 commit comments

Comments
 (0)