Skip to content

Commit 3e039e4

Browse files
committed
formatting
1 parent d242dc0 commit 3e039e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

objdiff-core/src/obj/read.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ use alloc::{
77
vec::Vec,
88
};
99
use core::{cmp::Ordering, num::NonZeroU64};
10+
use std::sync::LazyLock;
1011

1112
use anyhow::{Context, Result, anyhow, bail, ensure};
1213
use object::{Object as _, ObjectSection as _, ObjectSymbol as _};
1314
use regex::Regex;
14-
use std::sync::LazyLock;
1515

1616
use crate::{
1717
arch::{Arch, RelocationOverride, RelocationOverrideTarget, new_arch},

0 commit comments

Comments
 (0)