Apply rustfmt

Reviewed By: zertosh

Differential Revision: D38485159

fbshipit-source-id: 0abdf44561da00697953fe2cb9211ceb5cf27ac0
This commit is contained in:
Stiopa Koltsov
2022-08-06 08:42:43 -07:00
committed by Facebook GitHub Bot
parent 4d5b358beb
commit 7227f722ac
3 changed files with 15 additions and 10 deletions

View File

@@ -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),