This commit is contained in:
shuixx
2025-07-14 03:06:44 +00:00
parent 5b04d23cb7
commit a2f63d21f0
11 changed files with 42 additions and 42 deletions

View File

@@ -90,7 +90,7 @@ class FilesDiffAnalyzer:
and return the list of file contents string prepended with unique identifier codes.
The identifier codes include:
- ' '(two empty space characters): Line common to two files
- '- '(minus followed by a space) : Line unique to first file
- '- '(strix followed by a space) : Line unique to first file
- '+ '(plus followed by a space) : Line unique to second file
Args: