Skip to content

Commit 96670f1

Browse files
committed
format
1 parent 38f07a8 commit 96670f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lldb/unittests/Core/TelemetryTest.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8+
#include "lldb/Core/Telemetry.h"
9+
#include "TestingSupport/SubsystemRAII.h"
810
#include "lldb/Core/PluginInterface.h"
911
#include "lldb/Core/PluginManager.h"
10-
#include "lldb/Core/Telemetry.h"
1112
#include "llvm/ADT/StringRef.h"
1213
#include "llvm/Support/Error.h"
1314
#include "llvm/Telemetry/Telemetry.h"
14-
#include "TestingSupport/SubsystemRAII.h"
1515
#include "llvm/Testing/Support/Error.h"
1616
#include "gtest/gtest.h"
1717
#include <memory>
@@ -79,7 +79,7 @@ class FakePlugin : public telemetry::TelemetryManager {
7979
using namespace lldb_private::telemetry;
8080

8181
class TelemetryTest : public testing::Test {
82-
public:
82+
public:
8383
SubsystemRAII<FakePlugin> subsystems;
8484
};
8585

0 commit comments

Comments
 (0)