1
0
mirror of synced 2025-12-23 03:44:00 -05:00

remove single trailing newline

This commit is contained in:
Rachael Sewell
2023-09-21 19:29:29 -07:00
parent 05703f4712
commit a785c2be0f
234 changed files with 234 additions and 234 deletions

View File

@@ -199,4 +199,4 @@ When a pack is published for use in analyses, the `codeql pack create` or `codeq
- For query packs, precompiled representations of each of the queries. These are faster to execute than it would be to compile the QL source for the query at each analysis.
Most of this data is located in a directory named `.codeql` in the published pack, but precompiled queries are in files with a `.qlx` suffix next to the `.ql` source for each query. When analyzing a database with a query from a published pack, {% data variables.product.prodname_codeql %} will load these files instead of the `.ql` source. If you need to modify the content of a _published_ pack, be sure to remove all of the `.qlx` files, since they may prevent modifications in the `.ql` files from taking effect.
{% endif %}
{% endif %}

View File

@@ -109,4 +109,4 @@ codeql github upload-results \
```
This is the same as the process for uploading SARIF files from successful analyses.
{% endif %}
{% endif %}