From a118b383c428aff0197a3da520174508da12a116 Mon Sep 17 00:00:00 2001 From: "Restyled.io" Date: Sat, 19 Nov 2022 16:21:40 +0000 Subject: [PATCH] Restyled by clang-format --- examples/chip-tool/commands/discover/DiscoverCommand.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/chip-tool/commands/discover/DiscoverCommand.h b/examples/chip-tool/commands/discover/DiscoverCommand.h index 8d0ecbaa37e45b..dadafc080639f2 100644 --- a/examples/chip-tool/commands/discover/DiscoverCommand.h +++ b/examples/chip-tool/commands/discover/DiscoverCommand.h @@ -18,8 +18,8 @@ #pragma once -#include #include "../common/CHIPCommand.h" +#include class DiscoverCommand : public CHIPCommand {