From 134acc52c0f339dd8bf96d4ffc508cdebe66b7d2 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 18 Jul 2026 18:51:01 +0900 Subject: chore: rustfmt --- crates/shirabe/src/downloader/file_downloader.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'crates/shirabe/src/downloader/file_downloader.rs') diff --git a/crates/shirabe/src/downloader/file_downloader.rs b/crates/shirabe/src/downloader/file_downloader.rs index 9742fd70..cbf008c4 100644 --- a/crates/shirabe/src/downloader/file_downloader.rs +++ b/crates/shirabe/src/downloader/file_downloader.rs @@ -127,7 +127,9 @@ impl FileDownloader { && cache.borrow().gc_is_necessary() { // PHP: writeError('Running cache garbage collection', true, io_interface::VERY_VERBOSE) - this.io.borrow().write_error("Running cache garbage collection"); + this.io + .borrow() + .write_error("Running cache garbage collection"); let ttl = this .config .borrow_mut() -- cgit v1.3.1