Skip to content

Commit

Permalink
apply restyled patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Alami-Amine committed Apr 22, 2024
1 parent 1b50a31 commit e5c3078
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/lib/support/tests/TestBufferReader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -269,4 +269,4 @@ TEST(TestBufferReader, TestBufferReader_LittleEndianScalars)
EXPECT_EQ(val2, '\0');
EXPECT_EQ(val3, '\xff');
}
}
}
2 changes: 1 addition & 1 deletion src/lib/support/tests/TestFold.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ TEST(TestFold, TestSum)
EXPECT_EQ(Sum(List{ 0, 5, 1, 4, 2, 3 }), 15);
}

} // namespace
} // namespace
2 changes: 1 addition & 1 deletion src/lib/support/tests/TestSafeInt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -343,4 +343,4 @@ TEST(TestSafeInt, TestCastToSigned)
EXPECT_EQ(CastToSigned(static_cast<uint8_t>(65533)), -3);
EXPECT_EQ(CastToSigned(static_cast<uint16_t>(254)), 254);
EXPECT_EQ(CastToSigned(static_cast<uint16_t>(65533)), -3);
}
}

0 comments on commit e5c3078

Please sign in to comment.