From 22708b7de85a9b55dae086640b19cd2e44792085 Mon Sep 17 00:00:00 2001 From: Mishig Davaadorj Date: Mon, 30 Oct 2023 18:10:31 +0100 Subject: [PATCH] format --- js/src/lib/components/InferenceWidget/shared/WidgetExample.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/src/lib/components/InferenceWidget/shared/WidgetExample.ts b/js/src/lib/components/InferenceWidget/shared/WidgetExample.ts index 8ddaf0fd6..ffbcc6335 100644 --- a/js/src/lib/components/InferenceWidget/shared/WidgetExample.ts +++ b/js/src/lib/components/InferenceWidget/shared/WidgetExample.ts @@ -111,4 +111,4 @@ export type WidgetExample = type KeysOfUnion = T extends any ? keyof T : never; -export type WidgetExampleAttribute = KeysOfUnion; \ No newline at end of file +export type WidgetExampleAttribute = KeysOfUnion;