mirror of
https://github.com/github/codeql.git
synced 2026-04-26 01:05:15 +02:00
use comma separator in concatenation
This commit is contained in:
@@ -35,7 +35,7 @@ where
|
||||
not CharacteristicsImpl::isKnownSink(endpoint, sinkType) and
|
||||
CharacteristicsImpl::isSinkCandidate(endpoint, sinkType)
|
||||
|
|
||||
sinkType + ", "
|
||||
sinkType, ", "
|
||||
)
|
||||
select endpoint,
|
||||
message + "\nrelated locations: $@, $@." + "\nmetadata: $@, $@, $@, $@, $@, $@.", //
|
||||
|
||||
Reference in New Issue
Block a user