Skip to content

Commit 1820d36

Browse files
committed
Swift: Autoformat.
1 parent 49da113 commit 1820d36

File tree

1 file changed

+1
-3
lines changed
  • swift/ql/lib/codeql/swift/dataflow

1 file changed

+1
-3
lines changed

swift/ql/lib/codeql/swift/dataflow/Ssa.qll

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -184,9 +184,7 @@ module Ssa {
184184
*/
185185
cached
186186
predicate assigns(CfgNode value) {
187-
exists(
188-
AssignExpr a, SsaInput::BasicBlock bb, int i
189-
|
187+
exists(AssignExpr a, SsaInput::BasicBlock bb, int i |
190188
this.definesAt(_, bb, i) and
191189
a = bb.getNode(i).getNode().asAstNode() and
192190
value.getNode().asAstNode() = a.getSource()

0 commit comments

Comments
 (0)