@@ -18,10 +18,10 @@ #import "OFChecksumFailedException.h" #import "OFString.h" @implementation OFChecksumFailedException -- (OFString*)description +- (OFString *)description { return @"Checksum mismatch!"; } @end