Skip to content

Commit

Permalink
feat: 红线支持指定到具体的步骤插件 TencentBlueKing#5405. fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
JamiKX1 committed Dec 30, 2021
1 parent 324e652 commit 302a59e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ class QualityRuleCheckService @Autowired constructor(
if (indicator.isScriptElementIndicator()) {
listOf(metadataList
.find { indicator.enName == it.enName &&
it.elementType in QualityIndicator.SCRIPT_ELEMENT})
it.elementType in QualityIndicator.SCRIPT_ELEMENT })
} else {
indicator.metadataList.map {
metadata -> metadataList.find { it.enName == metadata.enName }
Expand Down

0 comments on commit 302a59e

Please sign in to comment.