cargo fmt

This commit is contained in:
2024-03-17 12:20:25 -06:00
parent 9df98f263e
commit 1343f4fd2b
3 changed files with 3 additions and 6 deletions

View File

@@ -1,5 +1,4 @@
use std::borrow::Cow;
use std::collections::BTreeMap;
use std::{borrow::Cow, collections::BTreeMap};
use anyhow::{bail, Result};
use object::{Architecture, Object, Relocation, RelocationFlags};