Skip to content

Commit

Permalink
Fix SwiftLint
Browse files Browse the repository at this point in the history
  • Loading branch information
jotaemepereira committed Nov 8, 2024
1 parent b1cd4da commit 01686ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DuckDuckGo/Sync/SyncDiagnosisHelper.swift
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ struct SyncDiagnosisHelper {
PixelKit.fire(
DebugEvent(GeneralPixel.syncDebugWasDisabledUnexpectedly),
frequency: .dailyAndCount,
withAdditionalParameters: [Const.authStatePixelParamKey : syncService.authState.rawValue]
withAdditionalParameters: [Const.authStatePixelParamKey: syncService.authState.rawValue]
)
syncWasDisabledUnexpectedlyPixelFired = true
}
Expand Down

0 comments on commit 01686ef

Please sign in to comment.