format: rustfmt did it's thing here

This commit is contained in:
2025-09-12 12:59:28 +03:00
parent 106f29cfb9
commit d40e9b18ee

View File

@@ -256,7 +256,10 @@ impl YouTubeUploader {
}
}
pub fn create_default_metadata(video_files: &[String], description_file: &str) -> Vec<VideoMetadata> {
pub fn create_default_metadata(
video_files: &[String],
description_file: &str,
) -> Vec<VideoMetadata> {
let expanded_path = expand_tilde(description_file);
video_files
.iter()