Fix formatting

This commit is contained in:
hmelder 2023-12-09 20:56:29 +01:00 committed by Hugo Melder
parent 6f3c7ce76b
commit 7a39bcf319

View file

@ -87,7 +87,8 @@ static NSNull *null = 0;
return @"<null>";
}
- (id) valueForUndefinedKey: (NSString*)aKey {
- (id) valueForUndefinedKey: (NSString*)aKey
{
return null;
}