@@ -18,11 +18,11 @@ #import "OFTruncatedDataException.h" #import "OFString.h" @implementation OFTruncatedDataException -- (OFString*)description +- (OFString *)description { return @"Truncated data was received or produced when it should not " @"have been truncated!"; } @end