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

@@ -12,8 +12,8 @@ private import semmle.code.csharp.dataflow.internal.FlowSummaryImpl as FlowSumma
private import ExternalApi
private predicate relevant(ExternalApi api) {
api.isSupported() or
api instanceof FlowSummaryImpl::Public::NeutralCallable
api.isSupported() or
api instanceof FlowSummaryImpl::Public::NeutralCallable
}
from string info, int usages