Skip to content

Commit

Permalink
Fix empty space
Browse files Browse the repository at this point in the history
  • Loading branch information
YanVictorSN committed Feb 4, 2025
1 parent c4021dc commit 60b17bf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion dylint/src/package_options/auto_correct/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ pub fn auto_correct_revertible(
new_oid: Oid,
backups: &mut BTreeMap<String, Backup>,
) -> Result<()> {

let current_dir = current_dir().with_context(|| "Could not get current directory")?;

let path = match &upgrade_opts.path {
Expand Down
1 change: 0 additions & 1 deletion dylint/src/package_options/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ fn fill_in(name: &str, from: &Path, to: &Path) -> Result<()> {
}

pub fn upgrade_package(opts: &opts::Dylint, upgrade_opts: &opts::Upgrade) -> Result<()> {

let current_dir = current_dir().with_context(|| "Could not get current directory")?;

let path = match &upgrade_opts.path {
Expand Down

0 comments on commit 60b17bf

Please sign in to comment.