Skip to content

Commit 463396d

Browse files
committed
Sort use declarations.
1 parent 1f512e1 commit 463396d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tiff.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ use mutate_once::MutOnce;
3030
use crate::endian::{Endian, BigEndian, LittleEndian};
3131
use crate::error::Error;
3232
use crate::tag::{Context, Tag, UnitPiece};
33+
use crate::util::{atou16, ctou32};
3334
use crate::value;
3435
use crate::value::Value;
3536
use crate::value::get_type_info;
36-
use crate::util::{atou16, ctou32};
3737

3838
// TIFF header magic numbers [EXIF23 4.5.2].
3939
const TIFF_BE: u16 = 0x4d4d;

0 commit comments

Comments
 (0)