Skip to content

Commit

Permalink
clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
chenda6 committed Mar 22, 2024
1 parent 5e7b75c commit 13d3d77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packager/live_packager_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1067,8 +1067,8 @@ TEST_P(TimedTextParameterizedTest, VerifyTimedText) {
std::vector<uint8_t> expected_buf(ReadTestDataFile(expected_fname));
ASSERT_FALSE(expected_buf.empty());

std::vector<uint8_t> actual_buf(
out.SegmentData(), out.SegmentData() + out.SegmentSize());
std::vector<uint8_t> actual_buf(out.SegmentData(),
out.SegmentData() + out.SegmentSize());
ASSERT_EQ(expected_buf, actual_buf);
}
}
Expand Down

0 comments on commit 13d3d77

Please sign in to comment.