From e9511560b7d25c3cf892ad84e0975f2d44cf38dc Mon Sep 17 00:00:00 2001 From: Geoffrey White <40627776+geoffw0@users.noreply.github.com> Date: Mon, 23 Feb 2026 19:51:22 +0000 Subject: [PATCH] Rust: Autoformat. --- rust/ql/lib/codeql/files/FileSystem.qll | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rust/ql/lib/codeql/files/FileSystem.qll b/rust/ql/lib/codeql/files/FileSystem.qll index c6237775252..cfab33b9a44 100644 --- a/rust/ql/lib/codeql/files/FileSystem.qll +++ b/rust/ql/lib/codeql/files/FileSystem.qll @@ -50,8 +50,7 @@ class File extends Container, Impl::File { * (rather than another location such as inside a dependency). */ predicate fromSource() { - exists(ExtractorStep s | s.getAction() = "Extract" and s.getFile() = this) - and + exists(ExtractorStep s | s.getAction() = "Extract" and s.getFile() = this) and not additionalExternalFile(this.getRelativePath()) }