Update mod.rs missed a comma

This commit is contained in:
tijnvdheuvel 2021-10-29 13:09:21 +00:00
parent 3dbd553997
commit a36106eb22

View File

@ -213,7 +213,7 @@ pub enum VoiceKind {
Mandragora,
Asp,
Fungome,
Truffler
Truffler,
}
fn body_to_voice(body: &Body) -> Option<VoiceKind> {