Skip to content

Commit

Permalink
feat: format
Browse files Browse the repository at this point in the history
  • Loading branch information
tdejager committed Sep 26, 2023
1 parent ff853a5 commit 74981d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion crates/rip/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pub mod pypi_provider;

pub mod utils;
pub mod utils;
6 changes: 3 additions & 3 deletions crates/rip_bin/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use std::io::Write;
use rip_bin::{global_multi_progress, IndicatifWriter};
use std::io::Write;

use clap::Parser;
use miette::IntoDiagnostic;
Expand All @@ -10,7 +10,7 @@ use url::Url;
use rattler_installs_packages::{PackageRequirement, Requirement};
use rip::{
pypi_provider::{PypiDependencyProvider, PypiPackageName},
utils::normalize_index_url
utils::normalize_index_url,
};

#[derive(Parser)]
Expand Down Expand Up @@ -128,4 +128,4 @@ async fn main() {
if let Err(e) = actual_main().await {
eprintln!("{e:?}");
}
}
}

0 comments on commit 74981d4

Please sign in to comment.