Skip to content

Commit e1ddc19

Browse files
committed
SwiftFormat pass
1 parent d4403c0 commit e1ddc19

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/SwiftMIDIFile/MIDIFileEvent/MIDIFileEventType.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ extension MIDIFileEventType {
6969
case .text: MIDIFileEvent.Text.self
7070
case .timeSignature: MIDIFileEvent.TimeSignature.self
7171
case .universalSysEx7: MIDIFileEvent.UniversalSysEx7.self
72-
case .undefinedMeta : MIDIFileEvent.UndefinedMeta.self
72+
case .undefinedMeta: MIDIFileEvent.UndefinedMeta.self
7373
case .xmfPatchTypePrefix: MIDIFileEvent.XMFPatchTypePrefix.self
7474
}
7575
// swiftformat:enable consecutiveSpaces

0 commit comments

Comments
 (0)