Skip to content

Commit 49eefcc

Browse files
committed
Rust: Autoformat.
1 parent c7c6924 commit 49eefcc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

rust/ql/lib/codeql/rust/Concepts.qll

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,7 @@ module ThreatModelSource {
5353
* A data flow source that is enabled in the current threat model configuration.
5454
*/
5555
class ActiveThreatModelSource extends ThreatModelSource {
56-
ActiveThreatModelSource() {
57-
currentThreatModel(this.getThreatModel())
58-
}
56+
ActiveThreatModelSource() { currentThreatModel(this.getThreatModel()) }
5957
}
6058

6159
/**

0 commit comments

Comments
 (0)