mirror of
https://github.com/Drop-OSS/dropbreak.git
synced 2026-07-19 20:43:35 -04:00
switch ron to pretty formatting
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ pub type DeserializeError = de::Error;
|
||||
pub fn serialize<T>(value: &T) -> ser::Result<String>
|
||||
where T: Serialize
|
||||
{
|
||||
ser::to_string(value)
|
||||
ser::pretty::to_string(value)
|
||||
}
|
||||
|
||||
pub fn deserialize<T, I>(bytes: &I) -> Result<T, ::error::BreakError>
|
||||
|
||||
Reference in New Issue
Block a user