Skip to content

Commit 94e4c20

Browse files
ELin2025claude
andcommitted
style(frontend): format audio upload spec with prettier
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent a519226 commit 94e4c20

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

frontend/src/app/workspace/component/hugging-face-audio-upload/hugging-face-audio-upload.component.spec.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,7 @@ describe("HuggingFaceAudioUploadComponent (unit)", () => {
2525
});
2626

2727
it("should have the correct selector", () => {
28-
const metadata = Reflect.getOwnPropertyDescriptor(
29-
HuggingFaceAudioUploadComponent,
30-
"__annotations"
31-
);
28+
const metadata = Reflect.getOwnPropertyDescriptor(HuggingFaceAudioUploadComponent, "__annotations");
3229
// Component decorator metadata is available via the Angular compiler;
3330
// at minimum verify the class is importable and constructable metadata exists.
3431
expect(HuggingFaceAudioUploadComponent.prototype).toBeDefined();

0 commit comments

Comments
 (0)