diff --git a/AppKit/CPLevelIndicator.j b/AppKit/CPLevelIndicator.j index c4e6422ee..94319181f 100644 --- a/AppKit/CPLevelIndicator.j +++ b/AppKit/CPLevelIndicator.j @@ -292,7 +292,7 @@ CPRatingLevelIndicatorStyle = 3; [self setNeedsLayout]; } -- (void)setWarningValue:(double)warningValue; +- (void)setWarningValue:(double)warningValue { if (_warningValue === warningValue) return; @@ -301,7 +301,7 @@ CPRatingLevelIndicatorStyle = 3; [self setNeedsLayout]; } -- (void)setCriticalValue:(double)criticalValue; +- (void)setCriticalValue:(double)criticalValue { if (_criticalValue === criticalValue) return;