Skip to content

Commit 09998a9

Browse files
committed
Swift: Formatting.
1 parent f1f5745 commit 09998a9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

swift/ql/lib/codeql/swift/frameworks/Heuristic.qll

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ private class InitializerFromDataStep extends AdditionalTaintStep {
7575
* An imprecise flow step for an `append`, `insert` or similar function. For
7676
* example:
7777
* ```
78-
* mc.append(taintedObj)
79-
* mc.insert(taintedObj, at: 0)
78+
* mc.append(taintedObj)
79+
* mc.insert(taintedObj, at: 0)
8080
* ```
8181
*/
8282
private class AppendCallStep extends AdditionalTaintStep {
@@ -95,7 +95,7 @@ private class AppendCallStep extends AdditionalTaintStep {
9595
* An imprecise flow step for an `appending` or similar function. For
9696
* example:
9797
* ```
98-
* let mc2 = mc.appending(taintedObj)
98+
* let mc2 = mc.appending(taintedObj)
9999
* ```
100100
*/
101101
private class AppendingCallStep extends AdditionalTaintStep {

0 commit comments

Comments
 (0)