Skip to content

Commit 9b17ba4

Browse files
committed
cargo fmt
1 parent caa423c commit 9b17ba4

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

python/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ mod value;
1313
use pyo3::prelude::*;
1414

1515
use crate::decoder::PyDecoderRegistry;
16+
use crate::enums::PyEndianness;
1617
use crate::geo::PyGeoKeyDirectory;
1718
use crate::ifd::PyImageFileDirectory;
1819
use crate::thread_pool::PyThreadPool;
1920
use crate::tiff::PyTIFF;
20-
use crate::enums::PyEndianness;
2121

2222
const VERSION: &str = env!("CARGO_PKG_VERSION");
2323

src/ifd.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,6 @@ impl ImageFileDirectory {
402402
})
403403
}
404404

405-
406405
/// The Endianness of the file
407406
pub fn endianness(&self) -> Endianness {
408407
self.endianness

0 commit comments

Comments
 (0)