Fix whitespace between argument in method call

This commit is contained in:
Benjamin Johnson 2023-02-23 01:29:28 +00:00
parent 75fcf49b62
commit 928dd71439

View file

@ -642,7 +642,7 @@ static NSMutableArray *activeConstraints = nil;
frame: [self frame]
superitem: [self superview]
bounds: [[self superview] bounds]];
[self addConstraints:autoresizingConstraints];
[self addConstraints: autoresizingConstraints];
}
[self _setNeedsUpdateConstraints: NO];