Skip to content

Commit

Permalink
misc: cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
zkat committed Sep 27, 2023
1 parent 1f25aa3 commit 0b1c27e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/node-maintainer/src/resolver.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ use unicase::UniCase;
use crate::error::IoContext;
use crate::error::NodeMaintainerError;
use crate::graph::{DepType, Edge, Graph, Node};
use crate::maintainer::{ProgressAdded, ProgressHandler};
#[cfg(not(target_arch = "wasm32"))]
use crate::META_FILE_NAME;
use crate::{Lockfile, LockfileNode};
use crate::maintainer::{ProgressAdded, ProgressHandler};

#[derive(Debug, Clone)]
struct NodeDependency {
Expand Down

0 comments on commit 0b1c27e

Please sign in to comment.