Skip to content

Commit

Permalink
Make Class Final
Browse files Browse the repository at this point in the history
  • Loading branch information
afterxleep committed Nov 5, 2024
1 parent 1a5a622 commit ec84f58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DuckDuckGo/DuckPlayer/DuckPlayerOverlayUsagePixels.swift
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ protocol DuckPlayerOverlayPixelFiring {

}

class DuckPlayerOverlayUsagePixels: DuckPlayerOverlayPixelFiring {
final class DuckPlayerOverlayUsagePixels: DuckPlayerOverlayPixelFiring {

var pixelFiring: PixelFiring.Type
var navigationHistory: [URL] = []
Expand Down

0 comments on commit ec84f58

Please sign in to comment.