Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d7aca9e

Browse files
author
Stephan Brandauer
committed
use comma separator in concatenation
1 parent 62ab91c commit d7aca9e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

java/ql/src/Telemetry/AutomodelExtractCandidates.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ where
3535
not CharacteristicsImpl::isKnownSink(endpoint, sinkType) and
3636
CharacteristicsImpl::isSinkCandidate(endpoint, sinkType)
3737
|
38-
sinkType + ", "
38+
sinkType, ", "
3939
)
4040
select endpoint,
4141
message + "\nrelated locations: $@, $@." + "\nmetadata: $@, $@, $@, $@, $@, $@.", //

0 commit comments

Comments
 (0)