From c65395f833163e9988d083d9f2c23cc52ef6ec39 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sun, 23 Nov 2025 14:23:31 +0800 Subject: Fix indentation of file not found warning --- crates/build_helper/src/bin/exporter.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates') diff --git a/crates/build_helper/src/bin/exporter.rs b/crates/build_helper/src/bin/exporter.rs index 24379d0..27c1274 100644 --- a/crates/build_helper/src/bin/exporter.rs +++ b/crates/build_helper/src/bin/exporter.rs @@ -110,7 +110,7 @@ fn export( copied_files += 1; } else { println!( - " {} `{}` (file not found)", + " {} `{}` (file not found)", "Warning".yellow().bold(), config.from ); -- cgit