Skip to content

Commit

Permalink
Merge pull request #767 from woxtu/patch
Browse files Browse the repository at this point in the history
Remove trailing whitespace
  • Loading branch information
kean authored Mar 8, 2024
2 parents 058bf6c + 0b825f0 commit 8294b44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Nuke/Decoding/AssetType.swift
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ extension AssetType {

// https://www.garykessler.net/library/file_sigs.html
if _match([0x66, 0x74, 0x79, 0x70, 0x6D, 0x70, 0x34, 0x32], offset: 4) { return .m4v }

if _match([0x66, 0x74, 0x79, 0x70, 0x4D, 0x34, 0x56, 0x20], offset: 4) { return .m4v }

// MOV magic numbers https://www.garykessler.net/library/file_sigs.html
Expand Down

0 comments on commit 8294b44

Please sign in to comment.