summaryrefslogtreecommitdiff
path: root/src/types.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/types.rs')
-rw-r--r--src/types.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/types.rs b/src/types.rs
index ddef51e..b89c641 100644
--- a/src/types.rs
+++ b/src/types.rs
@@ -1,6 +1,6 @@
pub type Sample = f32;
-#[derive(Debug,Clone)]
+#[derive(Debug, Clone)]
pub enum Pitch {
Freq(f32),
MIDI(f32),