From 286cb2a02198fc84dfbc16527b003bbb9caf8843 Mon Sep 17 00:00:00 2001 From: Abkari Mohammed Sayeem <169171880+Sayeem3051@users.noreply.github.com> Date: Wed, 12 Nov 2025 00:50:43 +0530 Subject: [PATCH] Fix Prettier formatting - add newline at end of file Fixes the Prettier formatting check failure by adding a newline character at the end of the file, which is required by the linter. --- docs/prompts.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/prompts.md b/docs/prompts.md index e7394a0a2b..5d43ff6a63 100644 --- a/docs/prompts.md +++ b/docs/prompts.md @@ -91,5 +91,6 @@ Review the code in $FILE. Pay special attention to $FOCUS. ``` Review the code in src/auth.js. Pay special attention to error handling. + ```