From 3345d70223fdfdc2e9d7a9a15e424bae83e8dbec Mon Sep 17 00:00:00 2001 From: "Restyled.io" Date: Mon, 4 Dec 2023 09:23:44 +0000 Subject: [PATCH] Restyled by clang-format --- .../microwave-oven-common/src/microwave-oven-device.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/microwave-oven-app/microwave-oven-common/src/microwave-oven-device.cpp b/examples/microwave-oven-app/microwave-oven-common/src/microwave-oven-device.cpp index 7f1cac17629d35..4819951ec6b251 100644 --- a/examples/microwave-oven-app/microwave-oven-common/src/microwave-oven-device.cpp +++ b/examples/microwave-oven-app/microwave-oven-common/src/microwave-oven-device.cpp @@ -209,7 +209,6 @@ CHIP_ERROR ExampleMicrowaveOvenDevice::GetModeTagsByIndex(uint8_t modeIndex, Lis return CHIP_NO_ERROR; } - /* * An example to present device */