Skip to content

Commit 765e1e1

Browse files
authored
Swift: autoformat
1 parent cf22ade commit 765e1e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swift/ql/test/library-tests/dataflow/dataflow/LocalFlow.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ import codeql.swift.dataflow.DataFlow
33

44
from DataFlow::Node pred, DataFlow::Node succ
55
where DataFlow::localFlowStep(pred, succ)
6-
select pred, succ
6+
select pred, succ

0 commit comments

Comments
 (0)