Skip to content

Commit cba2761

Browse files
added space
1 parent 5e4d8ea commit cba2761

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/build/src/extensions/core/ffmpeg.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export function ffmpeg(options: FfmpegOptions = {}): BuildExtension {
4848

4949
export function ffmpeg7(): BuildExtension {
5050
return {
51-
name:"ffmpeg7",
51+
name: "ffmpeg7",
5252
onBuildComplete(context) {
5353
if(context.target === "dev") {
5454
return;

0 commit comments

Comments
 (0)