We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4403c0 commit e1ddc19Copy full SHA for e1ddc19
1 file changed
Sources/SwiftMIDIFile/MIDIFileEvent/MIDIFileEventType.swift
@@ -69,7 +69,7 @@ extension MIDIFileEventType {
69
case .text: MIDIFileEvent.Text.self
70
case .timeSignature: MIDIFileEvent.TimeSignature.self
71
case .universalSysEx7: MIDIFileEvent.UniversalSysEx7.self
72
- case .undefinedMeta : MIDIFileEvent.UndefinedMeta.self
+ case .undefinedMeta: MIDIFileEvent.UndefinedMeta.self
73
case .xmfPatchTypePrefix: MIDIFileEvent.XMFPatchTypePrefix.self
74
}
75
// swiftformat:enable consecutiveSpaces
0 commit comments