Skip to content

Commit

Permalink
fix: Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
priyonto committed Sep 23, 2024
1 parent 3d00977 commit e18d382
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ class DashboardCell: UICollectionViewCell {
func configure(
with viewModel: CardsViewModel,
measurementService: RuuviServiceMeasurement?
){}
) {}
func restartAlertAnimation(
for viewModel: CardsViewModel
){}
) {}
func removeAlertAnimations(
alpha: Double = 1
){}
) {}
func resetMenu(
menu: UIMenu
){}
) {}
}
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ extension RuuviNotificationLocalImpl: UNUserNotificationCenterDelegate {

private func ruuviTag(
for uuid: String,
completion: @escaping(AnyRuuviTagSensor) -> Void
completion: @escaping (AnyRuuviTagSensor) -> Void
) {
ruuviStorage.readOne(uuid).on(success: completion)
}
Expand Down

0 comments on commit e18d382

Please sign in to comment.