Skip to content
This repository was archived by the owner on Jul 17, 2024. It is now read-only.

Commit 6d08394

Browse files
committed
chore: reformat .projenrc
1 parent 035c198 commit 6d08394

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.projenrc.ts

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
22
// SPDX-License-Identifier: Apache-2.0
33

4-
import {awscdk} from "projen";
5-
import {NxMonorepoProject} from "@aws-prototyping-sdk/nx-monorepo";
6-
import {TypeScriptProject} from "projen/lib/typescript";
4+
import { NxMonorepoProject } from "@aws-prototyping-sdk/nx-monorepo";
5+
import { awscdk } from "projen";
6+
import { TypeScriptProject } from "projen/lib/typescript";
77

88
const project = new NxMonorepoProject({
99
name: "aws-serverless-prometheus-push-gateway",
@@ -40,7 +40,8 @@ project.addFields({
4040
},
4141
});
4242

43-
const awsServerlessPrometheusPushGateway = "aws-serverless-prometheus-push-gateway";
43+
const awsServerlessPrometheusPushGateway =
44+
"aws-serverless-prometheus-push-gateway";
4445
const pushGateway = new TypeScriptProject({
4546
parent: project,
4647
name: awsServerlessPrometheusPushGateway,

0 commit comments

Comments
 (0)