mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
Python: autoformat
This commit is contained in:
@@ -315,9 +315,7 @@ module SqlAlchemy {
|
||||
*/
|
||||
abstract class TextClauseConstruction extends SqlConstruction::Range, DataFlow::CallCfgNode {
|
||||
/** Gets the argument that specifies the SQL text. */
|
||||
override DataFlow::Node getSql() {
|
||||
result in [this.getArg(0), this.getArgByName("text")]
|
||||
}
|
||||
override DataFlow::Node getSql() { result in [this.getArg(0), this.getArgByName("text")] }
|
||||
}
|
||||
|
||||
/** `TextClause` constructions from the `sqlalchemy` package. */
|
||||
|
||||
Reference in New Issue
Block a user