Skip to content

Commit

Permalink
Appease linter
Browse files Browse the repository at this point in the history
  • Loading branch information
jedekar committed Mar 27, 2024
1 parent ce5531c commit aadf9be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/packager/live_packager.h
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,8 @@ class LivePackager {
const Segment& media_segment,
SegmentBuffer& output);

Status PackageTimedText(const Segment& media_segment, FullSegmentBuffer& output);
Status PackageTimedText(const Segment& media_segment,
FullSegmentBuffer& output);

LivePackager(const LivePackager&) = delete;
LivePackager& operator=(const LivePackager&) = delete;
Expand Down

0 comments on commit aadf9be

Please sign in to comment.