Merge pull request 'fix sonar bug' (#355) from KingChan/forgeplus:standalone_develop into standalone_develop

This commit is contained in:
KingChan 2025-06-04 09:26:49 +08:00
commit 78d4d0f1ea
1 changed files with 0 additions and 2 deletions

View File

@ -1,5 +1,4 @@
module SonarService
class << self
def build_sonar_content(owner,project_id,lang_keys)
lang_map = {
'Java' => :java,
@ -43,4 +42,3 @@ module SonarService
lines.join("\n")
end
end
end