rustfmt and now grouping working
This commit is contained in:
@ -35,7 +35,9 @@ where
|
||||
}
|
||||
|
||||
/// Deserializer for file that contains graph and translator.
|
||||
pub fn de<R>(reader: R) -> Result<(graph::SystemGraph, Translator), serde_cbor_2::Error>
|
||||
pub fn de<R>(
|
||||
reader: R,
|
||||
) -> Result<(graph::SystemGraph, Translator), serde_cbor_2::Error>
|
||||
where
|
||||
R: io::Read,
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user