Skip to content

Commit 089b147

Browse files
author
Stephan Brandauer
committed
Java: Automodel format
1 parent bd10ac7 commit 089b147

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

java/ql/automodel/src/AutomodelApplicationModeExtractCandidates.ql

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@ where
8989
sinkType, ", "
9090
)
9191
select endpoint.asNode(),
92-
message + "\nrelated locations: $@, $@, $@." + "\nmetadata: $@, $@, $@, $@, $@, $@, $@, $@, $@, $@.", //
92+
message + "\nrelated locations: $@, $@, $@." +
93+
"\nmetadata: $@, $@, $@, $@, $@, $@, $@, $@, $@, $@.", //
9394
CharacteristicsImpl::getRelatedLocationOrCandidate(endpoint, CallContext()), "CallContext", //
9495
CharacteristicsImpl::getRelatedLocationOrCandidate(endpoint, MethodDoc()), "MethodDoc", //
9596
CharacteristicsImpl::getRelatedLocationOrCandidate(endpoint, ClassDoc()), "ClassDoc", //

0 commit comments

Comments
 (0)