cargo fmt
This commit is contained in:
@@ -209,9 +209,10 @@ fn extract_files(
|
||||
|
||||
// Apply glob filter if configured
|
||||
if let Some(glob_filter) = glob_filter
|
||||
&& !glob_filter.is_match(&path) {
|
||||
continue;
|
||||
}
|
||||
&& !glob_filter.is_match(&path)
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
||||
// Read file contents
|
||||
let mut contents = Vec::new();
|
||||
|
||||
Reference in New Issue
Block a user