Skip to content

Commit 864d127

Browse files
committed
Cargo fmt
1 parent 341ebfb commit 864d127

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

src/debugger.rs

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -156,9 +156,7 @@ impl Debugger {
156156
DownloadedFileType::Uncompressed,
157157
)
158158
.map_err(|err| {
159-
format!(
160-
"Failed to download java-debug fork from {JAVA_DEBUG_PLUGIN_FORK_URL}: {err}"
161-
)
159+
format!("Failed to download java-debug fork from {JAVA_DEBUG_PLUGIN_FORK_URL}: {err}")
162160
})?;
163161

164162
self.plugin_path = Some(jar_path.clone());
@@ -196,9 +194,7 @@ impl Debugger {
196194
return Err(err.to_owned());
197195
}
198196

199-
println!(
200-
"Could not fetch debugger: {err}\nFalling back to local version."
201-
);
197+
println!("Could not fetch debugger: {err}\nFalling back to local version.");
202198

203199
let exists = fs::read_dir(prefix)
204200
.ok()

0 commit comments

Comments
 (0)