Skip to content

Commit 39239fb

Browse files
committed
fix(rust): Update formatting
1 parent cba1c58 commit 39239fb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

rust/ql/lib/codeql/rust/security/SqlInjectionExtensions.qll

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,6 @@ module SqlInjection {
5151

5252
/** A sink for sql-injection from model data. */
5353
private class ModelsAsDataSinks extends Sink {
54-
ModelsAsDataSinks() {
55-
sinkNode(this, "sql-injection")
56-
}
54+
ModelsAsDataSinks() { sinkNode(this, "sql-injection") }
5755
}
5856
}

0 commit comments

Comments
 (0)