mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-13 03:15:17 +00:00
Merge pull request #269 from pzarfos/remove_extra_swift
Removed duplicate swift statement
This commit is contained in:
commit
6343d35616
1 changed files with 0 additions and 1 deletions
|
|
@ -161,7 +161,6 @@ def get_main_pr_language(languages, files) -> str:
|
|||
most_common_extension == 'scala' and top_language == 'scala' or \
|
||||
most_common_extension == 'kt' and top_language == 'kotlin' or \
|
||||
most_common_extension == 'pl' and top_language == 'perl' or \
|
||||
most_common_extension == 'swift' and top_language == 'swift' or \
|
||||
most_common_extension == top_language:
|
||||
main_language_str = top_language
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue