Fix Rust formatting error

Client: rs
diff --git a/lib/rs/src/protocol/compact.rs b/lib/rs/src/protocol/compact.rs
index 0fefca0..566f344 100644
--- a/lib/rs/src/protocol/compact.rs
+++ b/lib/rs/src/protocol/compact.rs
@@ -638,10 +638,7 @@
         TType::Set => 0x0A,
         TType::Map => 0x0B,
         TType::Struct => 0x0C,
-        _ => panic!(
-            "should not have attempted to convert {} to u8",
-            field_type
-        ),
+        _ => panic!("should not have attempted to convert {} to u8", field_type),
     }
 }