Skip to content

Commit f69cfdc

Browse files
committed
PS: Autoformat.
1 parent 9ed32b1 commit f69cfdc

File tree

1 file changed

+3
-1
lines changed
  • powershell/ql/lib/semmle/code/powershell/ast/internal

1 file changed

+3
-1
lines changed

powershell/ql/lib/semmle/code/powershell/ast/internal/Command.qll

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
private import AstImport
22

33
class CmdCall extends CallExpr, TCmd {
4-
final override string getLowerCaseName() { result = getRawAst(this).(Raw::Cmd).getLowerCaseName() }
4+
final override string getLowerCaseName() {
5+
result = getRawAst(this).(Raw::Cmd).getLowerCaseName()
6+
}
57

68
final override Expr getArgument(int i) { synthChild(getRawAst(this), cmdArgument(i), result) }
79

0 commit comments

Comments
 (0)