Skip to content

Commit

Permalink
Run make format
Browse files Browse the repository at this point in the history
  • Loading branch information
tung2744 committed Oct 19, 2023
1 parent 53f0a81 commit 455e4f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/Latte.swift
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,9 @@ enum LatteWebViewEvent {

enum LatteInternalEvent: String {
case resetPasswordCompleted

var notificationName: Notification.Name {
return Notification.Name(self.rawValue)
Notification.Name(self.rawValue)
}
}

Expand Down

0 comments on commit 455e4f6

Please sign in to comment.