Skip to content

Commit 85833b9

Browse files
committed
Cosmetic change
1 parent 35b4f28 commit 85833b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pio_project/test/unit_unified_test.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ TEST(UnitUnified, EachUnit)
126126

127127
// COLOR
128128
each_unit_test<m5::unit::UnitTCS34725>();
129-
129+
130130
// THERMO
131131
each_unit_test<m5::unit::UnitMLX90614>();
132132
each_unit_test<m5::unit::UnitMLX90614BAA>();
@@ -146,7 +146,7 @@ TEST(UnitUnified, EachUnit)
146146
each_unit_test<m5::unit::UnitKeyboardBitwise>();
147147
each_unit_test<m5::unit::UnitCardKB>();
148148
each_unit_test<m5::unit::UnitFacesQWERTY>();
149-
149+
150150
for (auto&& e : vec) {
151151
delete e;
152152
}

0 commit comments

Comments
 (0)