Skip to content

Commit 6beb8ee

Browse files
committed
PS: Autoformat.
1 parent 15b33ee commit 6beb8ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

powershell/ql/lib/semmle/code/powershell/controlflow/internal/ControlFlowGraphImpl.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ module Trees {
184184
)
185185
}
186186

187-
int getNumberOfDefaultValues() { result = count(int i | exists(this.getDefaultValue(i))) }
187+
int getNumberOfDefaultValues() { result = count(int i | exists(this.getDefaultValue(i))) }
188188

189189
override predicate succ(AstNode pred, AstNode succ, Completion c) {
190190
// Step to the first parameter

0 commit comments

Comments
 (0)