Skip to content

Commit

Permalink
Appease rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
nanonyme committed Jul 30, 2024
1 parent 5ee50d4 commit a39eb8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ostree.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ use std::path;
use std::path::PathBuf;
use std::process::Command;
use std::str;
use std::thread::sleep;
use std::time::Duration;
use std::{collections::HashMap, path::Path};
use std::{fs, io};
use std::thread::sleep;
use tokio_process::CommandExt;
use walkdir::WalkDir;

Expand Down

0 comments on commit a39eb8a

Please sign in to comment.