Skip to content

Commit 0986634

Browse files
committed
Cosmetic change
1 parent cf09a26 commit 0986634

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pio_project/test/unit_unified_test.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@
88
*/
99
#include <gtest/gtest.h>
1010
#include <M5Unified.h>
11+
1112
#include <M5UnitComponent.hpp>
1213
#include <M5UnitUnified.hpp>
14+
1315
#include <M5UnitUnifiedENV.h>
1416
#include <M5UnitUnifiedMETER.h>
1517
#include <M5UnitUnifiedHUB.h>
@@ -159,7 +161,6 @@ TEST(UnitUnified, EachUnit)
159161
each_unit_test<m5::unit::UnitATECC608B>();
160162
each_unit_test<m5::unit::UnitATECC608B_TNGTLS>();
161163

162-
163164
for (auto&& e : vec) {
164165
delete e;
165166
}

0 commit comments

Comments
 (0)