Skip to content

Commit 29715d4

Browse files
authored
Lint: remove trailing space (#1091)
Fixes CI format tests on merging to main.
1 parent 3c3c008 commit 29715d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tasks/src/model-libraries.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
260260
repoName: "CosyVoice",
261261
repoUrl: "https://github.com/FunAudioLLM/CosyVoice",
262262
filter: false,
263-
countDownloads: `path_extension:"onnx" OR path_extension:"pt"`,
263+
countDownloads: `path_extension:"onnx" OR path_extension:"pt"`,
264264
},
265265
cotracker: {
266266
prettyLabel: "CoTracker",

0 commit comments

Comments
 (0)