mirror of
https://github.com/astral-sh/uv.git
synced 2025-11-15 10:12:16 +00:00
Fix extra newline in args (#6396)
This commit is contained in:
parent
720814c8f6
commit
02f5416bda
5 changed files with 0 additions and 7 deletions
|
|
@ -61,7 +61,6 @@ pub(crate) async fn add(
|
||||||
script: Option<PathBuf>,
|
script: Option<PathBuf>,
|
||||||
python_preference: PythonPreference,
|
python_preference: PythonPreference,
|
||||||
python_downloads: PythonDownloads,
|
python_downloads: PythonDownloads,
|
||||||
|
|
||||||
connectivity: Connectivity,
|
connectivity: Connectivity,
|
||||||
concurrency: Concurrency,
|
concurrency: Concurrency,
|
||||||
native_tls: bool,
|
native_tls: bool,
|
||||||
|
|
|
||||||
|
|
@ -134,7 +134,6 @@ pub(super) async fn do_safe_lock(
|
||||||
interpreter: &Interpreter,
|
interpreter: &Interpreter,
|
||||||
settings: ResolverSettingsRef<'_>,
|
settings: ResolverSettingsRef<'_>,
|
||||||
logger: Box<dyn ResolveLogger>,
|
logger: Box<dyn ResolveLogger>,
|
||||||
|
|
||||||
connectivity: Connectivity,
|
connectivity: Connectivity,
|
||||||
concurrency: Concurrency,
|
concurrency: Concurrency,
|
||||||
native_tls: bool,
|
native_tls: bool,
|
||||||
|
|
@ -223,7 +222,6 @@ async fn do_lock(
|
||||||
settings: ResolverSettingsRef<'_>,
|
settings: ResolverSettingsRef<'_>,
|
||||||
state: &SharedState,
|
state: &SharedState,
|
||||||
logger: Box<dyn ResolveLogger>,
|
logger: Box<dyn ResolveLogger>,
|
||||||
|
|
||||||
connectivity: Connectivity,
|
connectivity: Connectivity,
|
||||||
concurrency: Concurrency,
|
concurrency: Concurrency,
|
||||||
native_tls: bool,
|
native_tls: bool,
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,6 @@ pub(crate) async fn remove(
|
||||||
script: Option<Pep723Script>,
|
script: Option<Pep723Script>,
|
||||||
python_preference: PythonPreference,
|
python_preference: PythonPreference,
|
||||||
python_downloads: PythonDownloads,
|
python_downloads: PythonDownloads,
|
||||||
|
|
||||||
connectivity: Connectivity,
|
connectivity: Connectivity,
|
||||||
concurrency: Concurrency,
|
concurrency: Concurrency,
|
||||||
native_tls: bool,
|
native_tls: bool,
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,6 @@ pub(crate) async fn sync(
|
||||||
python_preference: PythonPreference,
|
python_preference: PythonPreference,
|
||||||
python_downloads: PythonDownloads,
|
python_downloads: PythonDownloads,
|
||||||
settings: ResolverInstallerSettings,
|
settings: ResolverInstallerSettings,
|
||||||
|
|
||||||
connectivity: Connectivity,
|
connectivity: Connectivity,
|
||||||
concurrency: Concurrency,
|
concurrency: Concurrency,
|
||||||
native_tls: bool,
|
native_tls: bool,
|
||||||
|
|
@ -129,7 +128,6 @@ pub(super) async fn do_sync(
|
||||||
settings: InstallerSettingsRef<'_>,
|
settings: InstallerSettingsRef<'_>,
|
||||||
state: &SharedState,
|
state: &SharedState,
|
||||||
logger: Box<dyn InstallLogger>,
|
logger: Box<dyn InstallLogger>,
|
||||||
|
|
||||||
connectivity: Connectivity,
|
connectivity: Connectivity,
|
||||||
concurrency: Concurrency,
|
concurrency: Concurrency,
|
||||||
native_tls: bool,
|
native_tls: bool,
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,6 @@ pub(crate) async fn tree(
|
||||||
settings: ResolverSettings,
|
settings: ResolverSettings,
|
||||||
python_preference: PythonPreference,
|
python_preference: PythonPreference,
|
||||||
python_downloads: PythonDownloads,
|
python_downloads: PythonDownloads,
|
||||||
|
|
||||||
connectivity: Connectivity,
|
connectivity: Connectivity,
|
||||||
concurrency: Concurrency,
|
concurrency: Concurrency,
|
||||||
native_tls: bool,
|
native_tls: bool,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue