Skip to content

Commit

Permalink
Fix prettier warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
i-zolotarenko committed Dec 18, 2023
1 parent 56eb438 commit ba0976e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/p2p-media-loader-shaka/src/stream-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ import {
} from "p2p-media-loader-core";

export function createSegment({
segmentReference,
externalId,
localId,
}: {
segmentReference,
externalId,
localId,
}: {
segmentReference: shaka.media.SegmentReference;
externalId: number;
localId?: string;
Expand Down

0 comments on commit ba0976e

Please sign in to comment.