From 6ac72067a75d5e1904226efb5c45bcf0e54a0ae5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustav=20S=C3=B6rn=C3=A4s?= Date: Wed, 14 Oct 2020 19:42:46 +0200 Subject: cargo fmt 2 eletric boogaloo --- mumd/src/audio.rs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'mumd/src/audio.rs') diff --git a/mumd/src/audio.rs b/mumd/src/audio.rs index d8a37a8..1445415 100644 --- a/mumd/src/audio.rs +++ b/mumd/src/audio.rs @@ -283,7 +283,10 @@ fn input_callback( || opus_frame_size_blocks == 4 || opus_frame_size_blocks == 8) { - panic!("Unsupported amount of opus frame blocks {}", opus_frame_size_blocks); + panic!( + "Unsupported amount of opus frame blocks {}", + opus_frame_size_blocks + ); } let opus_frame_size = opus_frame_size_blocks * sample_rate / 400; -- cgit v1.2.1