From 4a8c4af90284cdd77b5887a566ff4737b9ce8f63 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Fri, 12 May 2023 14:34:18 -0700 Subject: [PATCH] cleanup --- examples/semantic-search-replace.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/semantic-search-replace.md b/examples/semantic-search-replace.md index e4ca5a9d6..dad765008 100644 --- a/examples/semantic-search-replace.md +++ b/examples/semantic-search-replace.md @@ -19,7 +19,7 @@ aider/coder.py >>>>>>> UPDATED ``` -``` +```python aider/coder.py <<<<<<< ORIGINAL self.console.print("[red]No suitable git repo, will not automatically commit edits.") @@ -28,7 +28,7 @@ aider/coder.py >>>>>>> UPDATED ``` -``` +```python aider/coder.py <<<<<<< ORIGINAL self.console.print("[red]Files are not in a git repo.") @@ -37,7 +37,7 @@ aider/coder.py >>>>>>> UPDATED ``` -``` +```python aider/coder.py <<<<<<< ORIGINAL self.console.print("[red]Files are in different git repos.") @@ -46,7 +46,7 @@ aider/coder.py >>>>>>> UPDATED ``` -``` +```python aider/coder.py <<<<<<< ORIGINAL self.console.print("[red]Skipped adding new files to the git repo.") @@ -55,7 +55,7 @@ aider/coder.py >>>>>>> UPDATED ``` -``` +```python aider/coder.py <<<<<<< ORIGINAL self.console.print("[red]Warning: no changes found in tracked files.") @@ -64,7 +64,7 @@ aider/coder.py >>>>>>> UPDATED ``` -``` +```python aider/coder.py <<<<<<< ORIGINAL self.console.print("[red]Malformed ORIGINAL/UPDATE blocks, retrying...")