From e3c15664a96aaedae4a657fada9082d38db496cb Mon Sep 17 00:00:00 2001 From: IvanStepanok Date: Wed, 11 Dec 2024 13:57:27 +0200 Subject: [PATCH] fix: test lint warning --- Dashboard/Dashboard/Presentation/Elements/PrimaryCardView.swift | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dashboard/Dashboard/Presentation/Elements/PrimaryCardView.swift b/Dashboard/Dashboard/Presentation/Elements/PrimaryCardView.swift index be275e4a..5b1f6f50 100644 --- a/Dashboard/Dashboard/Presentation/Elements/PrimaryCardView.swift +++ b/Dashboard/Dashboard/Presentation/Elements/PrimaryCardView.swift @@ -291,7 +291,6 @@ public struct PrimaryCardView: View { } } -//swiftlint:disable line_length #if DEBUG struct PrimaryCardView_Previews: PreviewProvider { static var previews: some View { @@ -328,4 +327,3 @@ struct PrimaryCardView_Previews: PreviewProvider { } } #endif -//swiftlint:enable line_length