Skip to content

Commit 0df652b

Browse files
committed
Rust: Autoformat.
1 parent 64b5767 commit 0df652b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rust/ql/lib/codeql/rust/dataflow/FlowSource.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* v
1818
* various Source classes for specific data flow configurations
1919
* ```
20-
20+
*
2121
* New sources should be defined using models-as-data or QL extensions of
2222
* `FlowSource::Range`. Data flow configurations on the other hand should use
2323
* `ActiveThreatModelSource` to match sources enabled in the user

rust/ql/lib/codeql/rust/security/regex/RegexInjectionExtensions.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ private import codeql.rust.Concepts
1515
*/
1616
abstract class RegexInjectionSink extends QuerySink::Range {
1717
override string getSinkType() { result = "RegexInjection" }
18-
}
18+
}
1919

2020
/**
2121
* A barrier for regular expression injection vulnerabilities.

0 commit comments

Comments
 (0)