Skip to content

Commit

Permalink
revert unecessary change on coding style
Browse files Browse the repository at this point in the history
  • Loading branch information
Florent-Bouisset committed Nov 18, 2024
1 parent 3e701f6 commit 6c08847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main_thread/init/multi_thread_content_initializer.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { type IMediaElement } from "../../compat/browser_compatibility_types";
import type { IMediaElement } from "../../compat/browser_compatibility_types";
import mayMediaElementFailOnUndecipherableData from "../../compat/may_media_element_fail_on_undecipherable_data";
import shouldReloadMediaSourceOnDecipherabilityUpdate from "../../compat/should_reload_media_source_on_decipherability_update";
import type { ISegmentSinkMetrics } from "../../core/segment_sinks/segment_sinks_store";
Expand Down

0 comments on commit 6c08847

Please sign in to comment.