Skip to content

Commit 1f59fb2

Browse files
committed
Format code with rustfmt for consistency
1 parent ba959e5 commit 1f59fb2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/bin/cli.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,10 @@ fn main() -> Result<()> {
224224
let log_path = dir.join("logs.txt");
225225

226226
if log_path.exists() {
227-
print!("This will clear {}. Type 'yes' to confirm: ", log_path.display());
227+
print!(
228+
"This will clear {}. Type 'yes' to confirm: ",
229+
log_path.display()
230+
);
228231
io::stdout().flush().unwrap();
229232

230233
let mut input = String::new();

0 commit comments

Comments
 (0)