Skip to content

Commit

Permalink
chore: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
greenhat committed Jan 20, 2025
1 parent 72b700e commit a93f3a2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package/src/package/serialization/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
//! - `dependency` (`Dependency`)
//! - `name` (`String`)
//! - `digest` (`Digest`)
//!
use alloc::{collections::BTreeSet, format, string::String, sync::Arc, vec::Vec};

Expand All @@ -43,9 +42,8 @@ use vm_core::{
Program,
};

use crate::Digest;

use super::{Dependency, MastArtifact, Package, PackageExport, PackageManifest};
use crate::Digest;

// CONSTANTS
// ================================================================================================
Expand Down

0 comments on commit a93f3a2

Please sign in to comment.