Apply rustfmt
Reviewed By: zertosh, passy Differential Revision: D37579214 fbshipit-source-id: 0e52bd2b27abbbde32f77b073d3ed5ef33f4d318
This commit is contained in:
committed by
Facebook GitHub Bot
parent
583fdd9648
commit
873c03396e
@@ -5,7 +5,8 @@
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
use std::fmt::{self, Display};
|
||||
use std::fmt::Display;
|
||||
use std::fmt::{self};
|
||||
use std::str;
|
||||
|
||||
#[derive(Eq, PartialEq, Debug, PartialOrd, Ord, Clone, serde::Deserialize)]
|
||||
|
||||
Reference in New Issue
Block a user