Skip to content

Commit 7889a13

Browse files
ELin2025claude
andcommitted
style(frontend): format HuggingFaceComponent with prettier
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 40b46c9 commit 7889a13

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

frontend/src/app/workspace/component/hugging-face/hugging-face.component.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -461,9 +461,9 @@ export class HuggingFaceComponent extends FieldType<FieldTypeConfig> implements
461461
this.searchLoading = true;
462462
this.cdr.detectChanges();
463463
return this.http
464-
.get<HuggingFaceModelOption[]>(
465-
`${AppSettings.getApiEndpoint()}/huggingface/models?task=${encodeURIComponent(tag)}&search=${encodeURIComponent(query)}`
466-
)
464+
.get<
465+
HuggingFaceModelOption[]
466+
>(`${AppSettings.getApiEndpoint()}/huggingface/models?task=${encodeURIComponent(tag)}&search=${encodeURIComponent(query)}`)
467467
.pipe(
468468
catchError((err: unknown) => {
469469
console.error("Server-side search failed:", err);

0 commit comments

Comments
 (0)