From 17a320b766d0884035a1960704521e1b114d30fd Mon Sep 17 00:00:00 2001 From: That-Thing Date: Thu, 5 Oct 2023 18:38:56 +0000 Subject: [PATCH] Apply prettier formatting changes and check with eslint --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index f640259..8015adb 100644 --- a/src/index.ts +++ b/src/index.ts @@ -13,4 +13,4 @@ export * from './lis-trait-search-element'; export * from './lis-qtl-search-element'; export * from './lis-publication-search-element'; export * from './lis-linkout-element'; -export * from './lis-trait-association-search-element'; \ No newline at end of file +export * from './lis-trait-association-search-element';