Skip to content

Commit

Permalink
Fix code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
bocchino committed Apr 27, 2024
1 parent 5c9495b commit 84d5c1f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion FppTest/dp/test/ut/TestMain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,5 @@ TEST(productRecvIn, Container7_FAILURE) {
int main(int argc, char** argv) {
::testing::InitGoogleTest(&argc, argv);
STest::Random::seed();
return RUN_ALL_TESTS(); }
return RUN_ALL_TESTS();
}

0 comments on commit 84d5c1f

Please sign in to comment.