Skip to content

Commit 6bc55aa

Browse files
committed
format imports
1 parent 2412c19 commit 6bc55aa

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

compiler-cli/src/dependencies.rs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,11 @@ use gleam_core::{
1313
dependency::{self, PackageFetchError},
1414
error::{FileIoAction, FileKind, ShellCommandFailureReason, StandardIoAction},
1515
hex::{self, HEXPM_PUBLIC_KEY},
16-
io::{HttpClient as _, TarUnpacker, WrappedReader},
17-
manifest::{Base16Checksum, Manifest, ManifestPackage, ManifestPackageSource, Resolved},
16+
io::{ TarUnpacker, WrappedReader, FileSystemReader, FileSystemWriter, HttpClient as _ },
17+
manifest::{ Base16Checksum, Manifest, ManifestPackage, ManifestPackageSource, Resolved },
1818
paths::ProjectPaths,
1919
requirement::Requirement,
20-
io::{ FileSystemReader, FileSystemWriter, HttpClient as _,},
21-
paths::{global_hexpm_package_release_response_cache, global_hexpm_packages_response_cache},
20+
paths::{ global_hexpm_package_release_response_cache, global_hexpm_packages_response_cache },
2221
Error, Result
2322
};
2423
use hexpm::version::Version;

0 commit comments

Comments
 (0)