Skip to content

Commit 3abe3e4

Browse files
committed
Python: autoformat
1 parent b3ba75a commit 3abe3e4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

python/ql/lib/semmle/python/frameworks/SqlAlchemy.qll

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -315,9 +315,7 @@ module SqlAlchemy {
315315
*/
316316
abstract class TextClauseConstruction extends SqlConstruction::Range, DataFlow::CallCfgNode {
317317
/** Gets the argument that specifies the SQL text. */
318-
override DataFlow::Node getSql() {
319-
result in [this.getArg(0), this.getArgByName("text")]
320-
}
318+
override DataFlow::Node getSql() { result in [this.getArg(0), this.getArgByName("text")] }
321319
}
322320

323321
/** `TextClause` constructions from the `sqlalchemy` package. */

0 commit comments

Comments
 (0)