Skip to content

Commit

Permalink
style: fix prettier formatting in generate_cursor.ts
Browse files Browse the repository at this point in the history
Co-Authored-By: wqoy gqle <[email protected]>
  • Loading branch information
devin-ai-integration[bot] and wqoy gqle committed Dec 27, 2024
1 parent 3b26019 commit f51ab91
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/generate/generate_cursor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,9 @@ export async function generateCursor(opts: GenerateCursorOpts) {
fs.existsSync(generalFilePath),
`General file not found at ${generalFilePath}, please run \`tnf sync\` first.`,
);
fs.writeFileSync(cursorRulesPath, 'Please follow the docs in ./.tnf/docs/general.md', 'utf-8');
fs.writeFileSync(
cursorRulesPath,
'Please follow the docs in ./.tnf/docs/general.md',
'utf-8',
);
}

0 comments on commit f51ab91

Please sign in to comment.