From 459058de88b803aaf0a52ea420c8044e37d76445 Mon Sep 17 00:00:00 2001 From: Levitating Pineapple Date: Fri, 6 Sep 2024 15:46:25 +0300 Subject: [PATCH] whitespace --- apps/ios/SimpleXChat/ChatTypes.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/ios/SimpleXChat/ChatTypes.swift b/apps/ios/SimpleXChat/ChatTypes.swift index c9273e30f8..84bf445601 100644 --- a/apps/ios/SimpleXChat/ChatTypes.swift +++ b/apps/ios/SimpleXChat/ChatTypes.swift @@ -2775,7 +2775,7 @@ public func formatTimestampMeta(_ date: Date) -> String { private func recent(_ date: Date) -> Bool { let now = Date() let calendar = Calendar.current - + guard let previousDay = calendar.date(byAdding: DateComponents(day: -1), to: now), let previousDay18 = calendar.date(bySettingHour: 18, minute: 0, second: 0, of: previousDay), let currentDay00 = calendar.date(bySettingHour: 0, minute: 0, second: 0, of: now),