Skip to content

Commit d82fc67

Browse files
committed
Fix QLDoc formatting
1 parent 093c279 commit d82fc67

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

rust/ql/lib/codeql/rust/dataflow/internal/ModelsAsData.qll

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,10 @@ extensible predicate barrierModel(
112112
* Holds if in a call to the function with canonical path `path`, the value referred
113113
* to by `input` is a barrier guard of the given `kind` and `madId` is the data
114114
* extension row number.
115-
* the value referred to by `input` is assumed to lead to a parameter of a call
116-
* (possibly `self`), and the call is guarding the parameter.
117-
* `branch` is either `true` or `false`, indicating which branch of the guard
118-
* is protecting the parameter.
115+
*
116+
* The value referred to by `input` is assumed to lead to a parameter of a call
117+
* (possibly `self`), and the call is guarding the parameter. `branch` is either `true`
118+
* or `false`, indicating which branch of the guard is protecting the parameter.
119119
*/
120120
extensible predicate barrierGuardModel(
121121
string path, string input, string branch, string kind, string provenance,

0 commit comments

Comments
 (0)