Fix prettier

This commit is contained in:
Thibault Cohen
2021-01-08 10:42:34 -05:00
parent 3c59b93bcf
commit 3ffab83129
@@ -20,7 +20,6 @@ import { JsonValue } from '@backstage/config';
import { initRepoAndPush } from './helpers';
import { RequiredTemplateValues } from '../templater';
export class GitlabPublisher implements PublisherBase {
private readonly client: Gitlab;
private readonly token: string;