Skip to content

Commit ecdf10c

Browse files
committed
chore(drift): clippy fixup
1 parent c4dd059 commit ecdf10c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cli/extension.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ impl PlatformInfo {
9696
)
9797
}
9898
pub fn get_drift_url(&self) -> String {
99-
format!("https://download.pactflow.io/drift/version.txt")
99+
"https://download.pactflow.io/drift/version.txt".to_string()
100100
}
101101
pub fn get_drift_download_url(&self, version: &str) -> String {
102102
let target = match (self.os.as_str(), self.arch.as_str()) {

0 commit comments

Comments
 (0)