Skip to content

Commit 10d032f

Browse files
authored
Update src_core.py
1 parent 7a57e3e commit 10d032f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src_core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
files = pr.get_files()
3939
go_code_in = ""
4040
for file in files:
41-
if file.filename.endsWith(".go"):
41+
if file.filename.endswith(".go"):
4242
go_code_in += file.patch
4343

4444
# Initialize ChromaDB client and collection

0 commit comments

Comments
 (0)