Rust: Autoformat.

This commit is contained in:
Geoffrey White
2026-02-23 19:51:22 +00:00
parent 6b7f339287
commit e9511560b7

View File

@@ -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())
}