Skip to content

Commit

Permalink
Update NodeRecorder.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCulbertson committed Nov 29, 2021
1 parent 59eaf3e commit 5b430d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/AudioKit/Taps/NodeRecorder.swift
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ open class NodeRecorder: NSObject {
private static func createDateFileName() -> String {
let dateFormatter = DateFormatter()
dateFormatter.dateFormat = "yyyy-MM-dd HH-mm-ss"
return dateFormatter.string(from:Date())
return dateFormatter.string(from: Date())
}

/// Returns a CAF file in the NSTemporaryDirectory suitable for writing to via Settings.audioFormat
Expand Down

0 comments on commit 5b430d9

Please sign in to comment.