format code with rustfmt and add contributor

This commit is contained in:
Amanda Sternberg 2025-09-12 13:18:24 +02:00
parent e067c2858f
commit 8b12942039

View file

@ -448,9 +448,9 @@ pub(crate) fn data_for_file(media_folder: &Path, fname: &str) -> Result<Option<V
#[cfg(test)]
mod test {
use super::safe_rename;
use std::borrow::Cow;
use std::fs;
use super::safe_rename;
use tempfile::tempdir;