From a36106eb228def53b0315c6dcb17e98f3365c828 Mon Sep 17 00:00:00 2001 From: tijnvdheuvel Date: Fri, 29 Oct 2021 13:09:21 +0000 Subject: [PATCH] Update mod.rs missed a comma --- voxygen/src/audio/sfx/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/voxygen/src/audio/sfx/mod.rs b/voxygen/src/audio/sfx/mod.rs index 687fc4bd8f..e586161ac5 100644 --- a/voxygen/src/audio/sfx/mod.rs +++ b/voxygen/src/audio/sfx/mod.rs @@ -213,7 +213,7 @@ pub enum VoiceKind { Mandragora, Asp, Fungome, - Truffler + Truffler, } fn body_to_voice(body: &Body) -> Option {