mirror of
https://github.com/github/codeql.git
synced 2026-05-25 00:27:09 +02:00
PS: Autoformat.
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
private import AstImport
|
||||
|
||||
class CmdCall extends CallExpr, TCmd {
|
||||
final override string getLowerCaseName() { result = getRawAst(this).(Raw::Cmd).getLowerCaseName() }
|
||||
final override string getLowerCaseName() {
|
||||
result = getRawAst(this).(Raw::Cmd).getLowerCaseName()
|
||||
}
|
||||
|
||||
final override Expr getArgument(int i) { synthChild(getRawAst(this), cmdArgument(i), result) }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user