Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ntotten committed Oct 23, 2023
1 parent 2368cf3 commit c0afaa8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion apps/api/test.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
This is a test
This is a test
4 changes: 2 additions & 2 deletions packages/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

## Installation

1. Build the CLI
1. Build the CLI

**From the root of the project** run:
**From the root of the project** run:

```
npm install
Expand Down
5 changes: 2 additions & 3 deletions packages/cli/src/handlers/generate-rating.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,8 @@ export async function generateRating(argv: Arguments) {
spectral.setRuleset(
await bundleAndLoadRuleset(rulesetFilepath, { fs, fetch }),
);
const spectralOutputReport: SpectralReport = await spectral.run(
openApiSpectralDoc,
);
const spectralOutputReport: SpectralReport =
await spectral.run(openApiSpectralDoc);
outputReport = [...outputReport, ...spectralOutputReport];

const outputContent =
Expand Down

0 comments on commit c0afaa8

Please sign in to comment.