Skip to content

Commit

Permalink
swiftlint
Browse files Browse the repository at this point in the history
  • Loading branch information
brindy committed Nov 4, 2024
1 parent 8431f65 commit 2dd2aa4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DuckDuckGo/TextZoomEditorModel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class TextZoomEditorModel: ObservableObject {
Pixel.fire(.zoomChangedOnPage, withAdditionalParameters: [
PixelParameters.textSizeInitial: String(initialValue.rawValue),
PixelParameters.textSizeUpdated: String(TextZoomLevel.allCases[value].rawValue),
])
])
}

}
2 changes: 1 addition & 1 deletion DuckDuckGoTests/MockTextZoomCoordinator.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// MockDomainTextZoomStorage.swift
// MockTextZoomCoordinator.swift
// DuckDuckGo
//
// Copyright © 2024 DuckDuckGo. All rights reserved.
Expand Down

0 comments on commit 2dd2aa4

Please sign in to comment.