Skip to content

Commit 7167bc6

Browse files
committed
Fix some cargo fmt complaints
1 parent 17065f6 commit 7167bc6

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

src/app_dirs.rs

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
use std::path::PathBuf;
1+
// Copyright 2019 the Tectonic Project
2+
// Licensed under the MIT License.
3+
24
use app_dirs::{AppDataType, AppDirsError};
5+
use std::path::PathBuf;
36

47
pub use app_dirs::sanitized;
58

src/config.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ use std::sync::atomic::{AtomicBool, Ordering};
1919

2020
use crate::app_dirs;
2121
use crate::errors::{ErrorKind, Result};
22-
use crate::io::Bundle;
2322
use crate::io::itarbundle::{HttpITarIoFactory, ITarBundle};
2423
use crate::io::local_cache::LocalCache;
2524
use crate::io::zipbundle::ZipBundle;
25+
use crate::io::Bundle;
2626
use crate::status::StatusBackend;
2727

2828
/// Awesome hack time!!!

0 commit comments

Comments
 (0)