From 161945c3c1ff6aeacc221265c39893851f814530 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Wei=C3=9F?= Date: Thu, 6 May 2021 14:29:04 +0200 Subject: [PATCH] Cleanup. --- Formatters/SecondsFormatter.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; }