Skip to content

Commit eccc0d8

Browse files
prettier
1 parent 8c26338 commit eccc0d8

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

packages/app/src/components/catalog/EntityPage.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,10 @@ import {
5050
RELATION_PART_OF,
5151
RELATION_PROVIDES_API,
5252
} from '@backstage/catalog-model';
53-
import { EntityAdrContent, isAdrAvailable } from '@backstage-community/plugin-adr';
53+
import {
54+
EntityAdrContent,
55+
isAdrAvailable,
56+
} from '@backstage-community/plugin-adr';
5457

5558
import { TechDocsAddons } from '@backstage/plugin-techdocs-react';
5659
import { ReportIssue } from '@backstage/plugin-techdocs-module-addons-contrib';

packages/backend/src/authModuleGithubProvider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ export default createBackendModule({
6262
},
6363
});
6464
},
65-
});
65+
});

packages/backend/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ backend.add(import('@backstage/plugin-techdocs-backend/alpha'));
5656
backend.add(import('@backstage/plugin-signals-backend'));
5757
backend.add(import('@backstage/plugin-notifications-backend'));
5858

59-
backend.start();
59+
backend.start();

packages/backend/src/instrumentation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ const sdk = new NodeSDK({
3131
instrumentations: [getNodeAutoInstrumentations()],
3232
});
3333

34-
sdk.start();
34+
sdk.start();

0 commit comments

Comments
 (0)