Skip to content

Commit 6359c44

Browse files
committed
Java: Autoformat.
1 parent 98f68cb commit 6359c44

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

java/ql/lib/semmle/code/java/dataflow/internal/DataFlowPrivate.qll

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,9 @@ int accessPathLimit() { result = 5 }
312312
* Holds if accesspaths with `c` at their head always should be tracked at high
313313
* precision. This disables adaptive accesspath precision for such accesspaths.
314314
*/
315-
predicate forceHighPrecision(Content c) { c instanceof ArrayContent or c instanceof CollectionContent }
315+
predicate forceHighPrecision(Content c) {
316+
c instanceof ArrayContent or c instanceof CollectionContent
317+
}
316318

317319
/**
318320
* Holds if `n` does not require a `PostUpdateNode` as it either cannot be

0 commit comments

Comments
 (0)