Java/C#: fix formatting issue

This commit is contained in:
Jami Cogswell
2022-12-12 20:24:00 -05:00
parent 84b69deb55
commit 08b5cf1415
2 changed files with 4 additions and 4 deletions

View File

@@ -11,8 +11,8 @@ import semmle.code.java.dataflow.internal.FlowSummaryImpl as FlowSummaryImpl
import ExternalApi
private predicate relevant(ExternalApi api) {
api.isSupported() or
api = any(FlowSummaryImpl::Public::NeutralCallable nsc).asCallable()
api.isSupported() or
api = any(FlowSummaryImpl::Public::NeutralCallable nsc).asCallable()
}
from string apiName, int usages