Skip to content

Commit 2f7a7ad

Browse files
committed
Cosmetic change
1 parent 28cd539 commit 2f7a7ad

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

test/embedded/test_finger2/finger2_test.cpp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ TEST_P(TestFinger2, Basic)
156156
SCOPED_TRACE(ustr);
157157

158158
/////
159-
//return;
159+
// return;
160160

161161
auto cfg = unit->config();
162162

@@ -282,7 +282,7 @@ TEST_P(TestFinger2, LED)
282282
SCOPED_TRACE(ustr);
283283

284284
/////
285-
//return;
285+
// return;
286286

287287
EXPECT_TRUE(unit->writeSleepTime(10));
288288

@@ -338,7 +338,7 @@ TEST_P(TestFinger2, Notepad)
338338
SCOPED_TRACE(ustr);
339339

340340
/////
341-
//return;
341+
// return;
342342

343343
uint8_t buf[32]{};
344344
constexpr uint8_t empty[32]{};
@@ -417,7 +417,7 @@ TEST_P(TestFinger2, Template)
417417
SCOPED_TRACE(ustr);
418418

419419
/////
420-
//return;
420+
// return;
421421

422422
std::vector<uint8_t> tbuf{};
423423
tbuf.resize(UnitFinger2::TEMPLATE_SIZE);
@@ -593,7 +593,7 @@ TEST_P(TestFinger2, Finger)
593593
SCOPED_TRACE(ustr);
594594

595595
/////
596-
//return;
596+
// return;
597597

598598
for (auto&& wm : workmode_table) {
599599
auto s = m5::utility::formatString("WorkMode:%u", wm);

0 commit comments

Comments
 (0)