Skip to content

Commit

Permalink
Explicitly indicate class is final
Browse files Browse the repository at this point in the history
  • Loading branch information
theRealRobG committed Sep 9, 2024
1 parent 02d2cb9 commit 2d21125
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

import Foundation

class EXT_X_SESSION_DATAPlaylistValidator: HLSPlaylistValidator {
final class EXT_X_SESSION_DATAPlaylistValidator: HLSPlaylistValidator {
static func validate(hlsPlaylist: any HLSPlaylistInterface) -> [HLSValidationIssue]? {
var issues = [HLSValidationIssue]()

Expand Down

0 comments on commit 2d21125

Please sign in to comment.