Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
zacwest committed Aug 1, 2021
1 parent b43e710 commit 1f76994
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,3 @@ public struct MobileAppUpdateRegistrationResponse: HADataDecodable {
self.appId = try data.decode("app_id")
}
}

2 changes: 1 addition & 1 deletion Sources/Shared/API/Webhook/Networking/WebhookManager.swift
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import Foundation
import HAKit
import ObjectMapper
import PromiseKit
import UserNotifications
import HAKit

internal enum WebhookError: LocalizedError, Equatable, CancellableError {
case noApi
Expand Down

0 comments on commit 1f76994

Please sign in to comment.