summaryrefslogtreecommitdiff
path: root/crates/build_helper/src
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2025-11-23 14:23:31 +0800
committer魏曹先生 <1992414357@qq.com>2025-11-23 14:23:31 +0800
commitc65395f833163e9988d083d9f2c23cc52ef6ec39 (patch)
treea08ce8bcda8b3ed8a4ec1368f77805146542839d /crates/build_helper/src
parentc80f78fd36d1e4b9254479c7b99777a8773e3e6e (diff)
Fix indentation of file not found warning
Diffstat (limited to 'crates/build_helper/src')
-rw-r--r--crates/build_helper/src/bin/exporter.rs2
1 files changed, 1 insertions, 1 deletions
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
);