Merge pull request #2656 from bedalton/formatting-remove-semi-colon-cplevelindicator

Formatting: Remove semi-colon after method header in CPLevelIndicator
This commit is contained in:
Alexandre Wilhelm
2018-04-08 11:29:17 -07:00
committed by GitHub
+2 -2
View File
@@ -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;