Skip to content

Commit c4f5213

Browse files
author
Stephan Brandauer
committed
Java: format
1 parent 836a582 commit c4f5213

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

java/ql/automodel/src/AutomodelApplicationModeExtractPositiveExamples.ql

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ private import AutomodelJavaUtil
1515
from
1616
Endpoint endpoint, EndpointType endpointType, ApplicationModeMetadataExtractor meta,
1717
DollarAtString package, DollarAtString type, DollarAtString subtypes, DollarAtString name,
18-
DollarAtString signature, DollarAtString input, DollarAtString output, DollarAtString isVarargsArray
18+
DollarAtString signature, DollarAtString input, DollarAtString output,
19+
DollarAtString isVarargsArray
1920
where
2021
// Exclude endpoints that have contradictory endpoint characteristics, because we only want examples we're highly
2122
// certain about in the prompt.

0 commit comments

Comments
 (0)