Skip to content

Commit fd67a3b

Browse files
committed
chore: address format error
1 parent ab9059a commit fd67a3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

postgresql_archive/src/archive.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ use crate::version::Version;
88
use crate::Error::ArchiveHashMismatch;
99
use bytes::Bytes;
1010
use flate2::bufread::GzDecoder;
11+
use http::Extensions;
1112
use human_bytes::human_bytes;
1213
use num_format::{Locale, ToFormattedString};
1314
use regex::Regex;
@@ -24,7 +25,6 @@ use std::str::FromStr;
2425
use std::thread::sleep;
2526
use std::time::Duration;
2627
use tar::Archive;
27-
use http::Extensions;
2828
use tracing::{debug, instrument, warn};
2929

3030
const GITHUB_API_VERSION_HEADER: &str = "X-GitHub-Api-Version";

0 commit comments

Comments
 (0)