Skip to content

Commit

Permalink
Last swiftlint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jaceklyp committed Jul 4, 2024
1 parent 9d29b12 commit fe3071f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion Sources/PrivacyDashboard/PrivacyDashboardURLBuilder.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
//
// PrivacyDashboardURLBuilder.swift
// DuckDuckGo
//
// Copyright © 2024 DuckDuckGo. All rights reserved.
//
Expand Down
4 changes: 2 additions & 2 deletions Sources/PrivacyDashboard/ToggleReportingFlow.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
//
// ToggleReportingFlow.swift
// DuckDuckGo
//
// Copyright © 2024 DuckDuckGo. All rights reserved.
//
Expand All @@ -19,7 +18,8 @@

import Foundation

@MainActor final class ToggleReportingFlow {
@MainActor
final class ToggleReportingFlow {

enum EntryPoint {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import WebKit
@testable import PrivacyDashboard
@testable import BrowserServicesKit

@MainActor
@MainActor
final class PrivacyDashboardControllerTests: XCTestCase {

var privacyDashboardController: PrivacyDashboardController!
Expand Down

0 comments on commit fe3071f

Please sign in to comment.