Skip to content

Commit

Permalink
clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
chenda6 committed Jun 5, 2024
1 parent 50e54da commit 90fbff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packager/media/chunking/text_chunker.cc
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ TextChunker::TextChunker(double segment_duration_in_seconds,
: segment_duration_in_seconds_(segment_duration_in_seconds),
segment_start_(timed_text_decode_time),
segment_number_(start_segment_number),
adjust_sample_boundaries_(adjust_sample_boundaries) {};
adjust_sample_boundaries_(adjust_sample_boundaries){};

Status TextChunker::Process(std::unique_ptr<StreamData> data) {
switch (data->stream_data_type) {
Expand Down

0 comments on commit 90fbff8

Please sign in to comment.