Skip to content

Commit

Permalink
Change formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
gcasa committed Sep 14, 2023
1 parent 2c81d3e commit 5507ea1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Source/NSKeyValueObserving.m
Original file line number Diff line number Diff line change
Expand Up @@ -1562,7 +1562,9 @@ - (void) removeObserver: (NSObject*)anObserver forKeyPath: (NSString*)aPath
}


- (void) removeObserver: (NSObject*)anObserver forKeyPath: (NSString*)aPath context: (void*)context
- (void) removeObserver: (NSObject*)anObserver
forKeyPath: (NSString*)aPath
context: (void*)context
{
[self removeObserver: anObserver forKeyPath: aPath];
}
Expand Down

0 comments on commit 5507ea1

Please sign in to comment.