diff options
| author | 魏曹先生 <1992414357@qq.com> | 2025-11-23 14:23:31 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2025-11-23 14:23:31 +0800 |
| commit | c65395f833163e9988d083d9f2c23cc52ef6ec39 (patch) | |
| tree | a08ce8bcda8b3ed8a4ec1368f77805146542839d /crates | |
| parent | c80f78fd36d1e4b9254479c7b99777a8773e3e6e (diff) | |
Fix indentation of file not found warning
Diffstat (limited to 'crates')
| -rw-r--r-- | crates/build_helper/src/bin/exporter.rs | 2 |
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 ); |
