Skip to content
This repository was archived by the owner on Feb 24, 2025. It is now read-only.

Commit ec758b9

Browse files
committed
Fixing lint errors
1 parent 2809a99 commit ec758b9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

DuckDuckGo/Statistics/GeneralPixel.swift

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -934,15 +934,15 @@ enum GeneralPixel: PixelKitEventV2 {
934934
case .contentBlockingCompilationTime:
935935
return "content_blocking_compilation_time"
936936

937-
case .contentBlockingLookupRulesSucceeded:
937+
case .contentBlockingLookupRulesSucceeded:
938938
return "content_blocking_lookup_rules_succeeded"
939-
case .contentBlockingFetchLRCSucceeded:
939+
case .contentBlockingFetchLRCSucceeded:
940940
return "content_blocking_fetch_lrc_succeeded"
941-
case .contentBlockingNoMatchInLRC:
941+
case .contentBlockingNoMatchInLRC:
942942
return "content_blocking_no_match_in_lrc"
943-
case .contentBlockingLRCMissing:
943+
case .contentBlockingLRCMissing:
944944
return "content_blocking_lrc_missing"
945-
945+
946946
case .secureVaultInitError:
947947
return "secure_vault_init_error"
948948
case .secureVaultError:

0 commit comments

Comments
 (0)