Skip to content

Commit

Permalink
fix: fix formating.
Browse files Browse the repository at this point in the history
  • Loading branch information
cdmurph32 committed Jan 3, 2025
1 parent cc92a50 commit d4fa1bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sdk/src/utils/xmp_inmemory_utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,14 @@
// specific language governing permissions and limitations under
// each license.

use std::{io::Cursor, str};

use log::error;
use quick_xml::{
events::{BytesStart, Event},
name::QName,
Reader, Writer,
};
use std::{io::Cursor, str};

use crate::{asset_io::CAIRead, jumbf_io::get_cailoader_handler, Error, Result};

Expand Down

0 comments on commit d4fa1bf

Please sign in to comment.