Swift: autoformat

This commit is contained in:
Robert Marsh
2023-03-10 19:28:01 +00:00
parent 6bfa08c5cc
commit d9732361fc

View File

@@ -403,7 +403,7 @@ private module ReturnNodes {
/**
* A data-flow node that represents the `self` value in a constructor being
* implicitly returned as the newly-constructed object
* */
*/
class SelfReturnNode extends InoutReturnNodeImpl {
SelfReturnNode() {
exit.getScope() instanceof ConstructorDecl and