From 843d109b36fac2e30dc2f39495aa06624b08461b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=91=B1=E5=91=B1=E5=91=B1?= Date: Wed, 4 Jun 2025 09:26:28 +0800 Subject: [PATCH] fix sonar bug --- app/libs/sonar_service.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/libs/sonar_service.rb b/app/libs/sonar_service.rb index 57eba3267..3e9c58ca3 100644 --- a/app/libs/sonar_service.rb +++ b/app/libs/sonar_service.rb @@ -1,5 +1,4 @@ module SonarService - class << self def build_sonar_content(owner,project_id,lang_keys) lang_map = { 'Java' => :java, @@ -42,5 +41,4 @@ module SonarService lines.join("\n") end - end end \ No newline at end of file