From d82fc67b364ea63ba60441d45eabd01edf2caf64 Mon Sep 17 00:00:00 2001 From: Owen Mansel-Chan Date: Mon, 23 Mar 2026 16:11:22 +0000 Subject: [PATCH] Fix QLDoc formatting --- .../ql/lib/codeql/rust/dataflow/internal/ModelsAsData.qll | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/rust/ql/lib/codeql/rust/dataflow/internal/ModelsAsData.qll b/rust/ql/lib/codeql/rust/dataflow/internal/ModelsAsData.qll index a3f3da9364d..451608329f6 100644 --- a/rust/ql/lib/codeql/rust/dataflow/internal/ModelsAsData.qll +++ b/rust/ql/lib/codeql/rust/dataflow/internal/ModelsAsData.qll @@ -112,10 +112,10 @@ extensible predicate barrierModel( * Holds if in a call to the function with canonical path `path`, the value referred * to by `input` is a barrier guard of the given `kind` and `madId` is the data * extension row number. - * the value referred to by `input` is assumed to lead to a parameter of a call - * (possibly `self`), and the call is guarding the parameter. - * `branch` is either `true` or `false`, indicating which branch of the guard - * is protecting the parameter. + * + * The value referred to by `input` is assumed to lead to a parameter of a call + * (possibly `self`), and the call is guarding the parameter. `branch` is either `true` + * or `false`, indicating which branch of the guard is protecting the parameter. */ extensible predicate barrierGuardModel( string path, string input, string branch, string kind, string provenance,