Skip to content

Commit 294af54

Browse files
committed
PS: Autoformat.
1 parent 2fba40f commit 294af54

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/Synthesis.qll

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,9 @@ private module EnvironmentVariableAccessSynth {
193193
)
194194
}
195195

196-
private predicate envVarAccess(Raw::Ast parent, ChildIndex i, Child child, Raw::VarAccess va, string var) {
196+
private predicate envVarAccess(
197+
Raw::Ast parent, ChildIndex i, Child child, Raw::VarAccess va, string var
198+
) {
197199
va = parent.getChild(toRawChildIndex(i)) and
198200
Raw::isEnvVariableAccess(va, var) and
199201
child = SynthChild(VarAccessSynthKind(TVariableSynth(_, EnvVar(var))))

0 commit comments

Comments
 (0)