diff --git a/Formatters/SecondsFormatter.m b/Formatters/SecondsFormatter.m index c20ba9787..03f2fdf4d 100644 --- a/Formatters/SecondsFormatter.m +++ b/Formatters/SecondsFormatter.m @@ -202,7 +202,7 @@ if (isNegative && (timeInterval == 0.0)) { timeInterval = -0.0; } *object = @(timeInterval); } - else if(NULL != error) { + else if (NULL != error) { *error = @"Couldn't convert value to seconds"; }