Skip to content

Commit

Permalink
fix: add OEF line to end of files
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisfalaska committed Dec 13, 2024
1 parent d19fa99 commit 26f8166
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/build-tools/src/formVersionWriter.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ export async function writeDepVersionFile(pkg) {
console.error(`Error processing ${pkg}:`, error);
throw error;
}
}
}
2 changes: 1 addition & 1 deletion packages/build-tools/src/kitDocProcessor.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ export async function processDocFiles(config = defaultDocsProcessorConfig) {

processDocFiles().catch(err => {
Logger.error(`Failed to process docs: ${err}`);
});
});

0 comments on commit 26f8166

Please sign in to comment.