@@ -18,10 +18,10 @@ #import "OFOutOfRangeException.h" #import "OFString.h" @implementation OFOutOfRangeException -- (OFString*)description +- (OFString *)description { return @"Value out of range!"; } @end