Skip to content

Commit 27ae167

Browse files
kevinjqliuCopilot
andcommitted
warning
Co-authored-by: Copilot <copilot@github.com>
1 parent a36682f commit 27ae167

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tpchgen-cli/bin/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ impl Cli {
317317

318318
// Warn if delimiter is set but not generating CSV
319319
if format != OutputFormat::Csv && delimiter != ',' {
320-
log::warn!("Warning: Delimiter option set but not generating CSV");
320+
log::warn!("Delimiter option set but not generating CSV");
321321
}
322322

323323
// Build the generator using the library API

0 commit comments

Comments
 (0)