Skip to content

Commit 4f4491a

Browse files
committed
Swift: autoformat
1 parent 5bdd959 commit 4f4491a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swift/ql/lib/codeql/swift/dataflow/internal/DataFlowPrivate.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -761,7 +761,7 @@ predicate storeStep(Node node1, ContentSet c, Node node2) {
761761
c instanceof OptionalSomeContentSet
762762
)
763763
or
764-
// assignment to a dictionary value via subscript operator, with intermediate step
764+
// assignment to a dictionary value via subscript operator, with intermediate step
765765
// `dict[key] = value`
766766
exists(AssignExpr assign, SubscriptExpr subscript |
767767
subscript = assign.getDest() and

0 commit comments

Comments
 (0)