Skip to content

Commit

Permalink
twostraws#41: More formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
olivaresf committed Aug 1, 2021
1 parent 6d3262a commit d68c214
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Unwrap/Activities/Awards/AwardSound.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ class AwardSound {
try AVAudioSession.sharedInstance().setActive(true)

let player = try AVAudioPlayer(contentsOf: levelUpSoundURL,
fileTypeHint: AVFileType.wav.rawValue)

fileTypeHint: AVFileType.wav.rawValue)
player.play()
} catch let error {
print(error.localizedDescription)
Expand Down

0 comments on commit d68c214

Please sign in to comment.