Skip to content

Commit 44bf0cf

Browse files
committed
fix: correct formatting in AggregationFuzzTestTask output
1 parent 90f6bd8 commit 44bf0cf

File tree

1 file changed

+1
-1
lines changed
  • datafusion/core/tests/fuzz_cases/aggregation_fuzzer

1 file changed

+1
-1
lines changed

datafusion/core/tests/fuzz_cases/aggregation_fuzzer/fuzzer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ impl AggregationFuzzTestTask {
320320
### Schema:\n{}\n\
321321
### Session context params:\n{:?}\n\
322322
### Input:\n{}\n\
323-
",
323+
",
324324
self.sql,
325325
self.dataset_ref.batches[0].schema_ref(),
326326
self.ctx_with_params.params,

0 commit comments

Comments
 (0)