From 017f2f6c7e2a2bbf37f48776da976b53e9cca1e3 Mon Sep 17 00:00:00 2001 From: Roy Jacobs Date: Tue, 17 Aug 2021 16:44:33 +0200 Subject: [PATCH] Forgot to run 'Prettier' Signed-off-by: Roy Jacobs --- .../catalog-backend/src/ingestion/processors/gitlab/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/catalog-backend/src/ingestion/processors/gitlab/index.ts b/plugins/catalog-backend/src/ingestion/processors/gitlab/index.ts index a6c6419d21..1df3d2cb84 100644 --- a/plugins/catalog-backend/src/ingestion/processors/gitlab/index.ts +++ b/plugins/catalog-backend/src/ingestion/processors/gitlab/index.ts @@ -15,4 +15,4 @@ */ export { GitLabClient, paginated } from './client'; -export type { GitLabProject } from "./types"; +export type { GitLabProject } from './types';