File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ private import semmle.code.csharp.dataflow.internal.FlowSummaryImpl as FlowSumma
1212private import ExternalApi
1313
1414private predicate relevant ( ExternalApi api ) {
15- api .isSupported ( ) or
16- api instanceof FlowSummaryImpl:: Public:: NeutralCallable
15+ api .isSupported ( ) or
16+ api instanceof FlowSummaryImpl:: Public:: NeutralCallable
1717}
1818
1919from string info , int usages
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ import semmle.code.java.dataflow.internal.FlowSummaryImpl as FlowSummaryImpl
1111import ExternalApi
1212
1313private predicate relevant ( ExternalApi api ) {
14- api .isSupported ( ) or
15- api = any ( FlowSummaryImpl:: Public:: NeutralCallable nsc ) .asCallable ( )
14+ api .isSupported ( ) or
15+ api = any ( FlowSummaryImpl:: Public:: NeutralCallable nsc ) .asCallable ( )
1616}
1717
1818from string apiName , int usages
You can’t perform that action at this time.
0 commit comments