@@ -18,10 +18,10 @@ #import "OFInvalidArgumentException.h" #import "OFString.h" @implementation OFInvalidArgumentException -- (OFString*)description +- (OFString *)description { return @"An invalid argument or receiver has been specified!"; } @end