Skip to content

Commit 7e70b45

Browse files
mrfydalolgab
andauthored
fix: Use a single quoted string
Co-Authored-By: Lorenzo Gabriele <lorenzolespaul@gmail.com>
1 parent cfae8ea commit 7e70b45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/com/codacy/rules/ReportRules.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ class ReportRules(coverageServices: => CoverageServices) extends StrictLogging {
234234
*/
235235
private[rules] def handleFailedResponse(response: FailedResponse): String = {
236236
if (response.message.contains("not found")) {
237-
"""Request URL not found. (Check if the token you are using or the API base URL are valid)"""
237+
"Request URL not found. (Check if the token you are using or the API base URL are valid)"
238238
} else {
239239
response.message
240240
}

0 commit comments

Comments
 (0)