Skip to content

Commit d973236

Browse files
committed
Swift: autoformat
1 parent 6bfa08c commit d973236

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
@@ -403,7 +403,7 @@ private module ReturnNodes {
403403
/**
404404
* A data-flow node that represents the `self` value in a constructor being
405405
* implicitly returned as the newly-constructed object
406-
* */
406+
*/
407407
class SelfReturnNode extends InoutReturnNodeImpl {
408408
SelfReturnNode() {
409409
exit.getScope() instanceof ConstructorDecl and

0 commit comments

Comments
 (0)