Skip to content

Commit

Permalink
Fixing lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
studiosutara committed Nov 22, 2024
1 parent f2c71c9 commit fff17ed
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions DuckDuckGo/Statistics/GeneralPixel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -934,15 +934,15 @@ enum GeneralPixel: PixelKitEventV2 {
case .contentBlockingCompilationTime:
return "content_blocking_compilation_time"

case .contentBlockingLookupRulesSucceeded:
case .contentBlockingLookupRulesSucceeded:
return "m_content_blocking_lookup_rules_succeeded"
case .contentBlockingFetchLRCSucceeded:
case .contentBlockingFetchLRCSucceeded:
return "m_content_blocking_fetch_lrc_succeeded"
case .contentBlockingNoMatchInLRC:
case .contentBlockingNoMatchInLRC:
return "m_content_blocking_no_match_in_lrc"
case .contentBlockingLRCMissing:
case .contentBlockingLRCMissing:
return "m_content_blocking_lrc_missing"

case .secureVaultInitError:
return "secure_vault_init_error"
case .secureVaultError:
Expand Down

0 comments on commit fff17ed

Please sign in to comment.