Skip to content

Commit

Permalink
simplify name
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret committed Dec 1, 2024
1 parent 8087337 commit 9becba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resolution/snapshot.rs
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ impl NpmResolutionSnapshot {
}

/// Resolves the provided package requirements adding them to the snapshot.
pub async fn add_pkg_reqs_to_snapshot(
pub async fn add_pkg_reqs(
self,
api: &impl NpmRegistryApi,
options: AddPkgReqsOptions<'_>,
Expand Down

0 comments on commit 9becba6

Please sign in to comment.