chore: unwanted diff

Signed-off-by: Gabriel Dugny <gabriel.dugny@believe.com>
This commit is contained in:
Gabriel Dugny
2026-01-25 14:07:15 +01:00
parent 65230402e2
commit 360bd5568d
2 changed files with 3 additions and 2 deletions
+2
View File
@@ -14,8 +14,10 @@ type-docs
# old reports
api-report.md
api-report-*.md
# new reports
report.api.md
report-*.api.md
knip-report.md
cli-report.md
plugins/scaffolder-backend/sample-templates
@@ -17,7 +17,7 @@
import { ExtractorMessage } from '@microsoft/api-extractor';
import { AstDeclaration } from '@microsoft/api-extractor/lib/analyzer/AstDeclaration';
import { Program } from 'typescript';
import { tryRunPrettier } from '../common/tryRunPrettier';
import { tryRunPrettier } from '../common';
import { paths as cliPaths } from '../../../lib/paths';
let applied = false;
@@ -153,7 +153,6 @@ export function patchApiReportGeneration() {
* the middle of the process as API Extractor does a comparison of the contents of the old
* and new files during generation. This inserts the formatting just before that comparison.
*/
const content = originalGenerateReviewFileContent.call(
this,
collector,