Skip to content

Commit fbc81ad

Browse files
committed
format
1 parent b331158 commit fbc81ad

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

tests/unit/src/linq.cpp

+1-2
Original file line numberDiff line numberDiff line change
@@ -433,8 +433,7 @@ const tst::set set("linq", [](tst::suite& suite) {
433433
res.clear();
434434

435435
tst::check(destroyed, SL);
436-
} // NOLINT(clang-analyzer-cplusplus.NewDeleteLeaks): clang-tidy sees potential memory leak here, for some
437-
// reason...
436+
} // NOLINT(clang-analyzer-cplusplus.NewDeleteLeaks): clang-tidy sees potential memory leak here, for some reason...
438437
);
439438
});
440439
} // namespace

tool-configs

0 commit comments

Comments
 (0)