Skip to content

Commit 95c425d

Browse files
committed
prettier
1 parent 472fce6 commit 95c425d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/docgen/docgen.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ async function moveRulesUnitTestingDocs(
125125
// These paths also need to be adjusted to point to a sibling directory.
126126
for (const sourcePath of rulesDocPaths) {
127127
let destinationPath = sourcePath.replace(mainDocsFolder, rulesOutputFolder);
128-
128+
129129
const originalText = fs.readFileSync(sourcePath, 'utf-8');
130130
const jsReferencePath = '/docs/reference/js';
131131
let alteredPathText = originalText.replace(

0 commit comments

Comments
 (0)