From 455e4f699f54901627072cae6eef6e3b6d7ccdd9 Mon Sep 17 00:00:00 2001 From: Tung Wu Date: Thu, 19 Oct 2023 13:10:39 +0800 Subject: [PATCH] Run make format --- Sources/Latte.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Sources/Latte.swift b/Sources/Latte.swift index 439c56e..e4b0636 100644 --- a/Sources/Latte.swift +++ b/Sources/Latte.swift @@ -137,9 +137,9 @@ enum LatteWebViewEvent { enum LatteInternalEvent: String { case resetPasswordCompleted - + var notificationName: Notification.Name { - return Notification.Name(self.rawValue) + Notification.Name(self.rawValue) } }