From 10298bbd53fb60d865b2b0f8738994eadc1697a7 Mon Sep 17 00:00:00 2001 From: Shane Osbourne Date: Fri, 20 Oct 2023 16:28:27 +0100 Subject: [PATCH] lint --- .../UserScript/PrivacyDashboardUserScript.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Sources/PrivacyDashboard/UserScript/PrivacyDashboardUserScript.swift b/Sources/PrivacyDashboard/UserScript/PrivacyDashboardUserScript.swift index bdf391969..77b9c5c5e 100644 --- a/Sources/PrivacyDashboard/UserScript/PrivacyDashboardUserScript.swift +++ b/Sources/PrivacyDashboard/UserScript/PrivacyDashboardUserScript.swift @@ -48,8 +48,8 @@ public struct ProtectionState: Decodable { } public enum EventOriginScreen: String, Decodable { - case primaryScreen; - case breakageForm; + case primaryScreen + case breakageForm } }