Skip to content

Commit

Permalink
Aha, a bug in Xcode formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dokun1-ltk committed May 3, 2024
1 parent f03c50a commit b8de5e1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Sources/LTKAnalytics/Public/AnalyticsAPI.swift
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ public actor LTKAnalytics {
let id
) {
logger.warning(
"received duplicate event: \(id,
privacy: .public)"
"received duplicate event: \(id, privacy: .public)"
)
throw AnalyticsError.duplicateEvent(
id: id
Expand Down

0 comments on commit b8de5e1

Please sign in to comment.