Cleanup.
This commit is contained in:
parent
ce88971789
commit
161945c3c1
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@
|
||||||
if (isNegative && (timeInterval == 0.0)) { timeInterval = -0.0; }
|
if (isNegative && (timeInterval == 0.0)) { timeInterval = -0.0; }
|
||||||
*object = @(timeInterval);
|
*object = @(timeInterval);
|
||||||
}
|
}
|
||||||
else if(NULL != error) {
|
else if (NULL != error) {
|
||||||
*error = @"Couldn't convert value to seconds";
|
*error = @"Couldn't convert value to seconds";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue