Apply rustfmt
Reviewed By: zertosh Differential Revision: D38485159 fbshipit-source-id: 0abdf44561da00697953fe2cb9211ceb5cf27ac0
This commit is contained in:
committed by
Facebook GitHub Bot
parent
4d5b358beb
commit
7227f722ac
@@ -5,11 +5,12 @@
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
use crate::types::PackType;
|
||||
use crate::types::Platform;
|
||||
use std::fmt;
|
||||
use std::path::PathBuf;
|
||||
|
||||
use crate::types::PackType;
|
||||
use crate::types::Platform;
|
||||
|
||||
#[derive(Debug)]
|
||||
pub enum Error {
|
||||
MissingPackFile(Platform, PackType, PathBuf),
|
||||
|
||||
Reference in New Issue
Block a user