formatting

This commit is contained in:
Jack Wright 2024-07-30 21:50:57 -07:00
parent 2291a51f9f
commit 2d560f7a88

View File

@ -141,7 +141,7 @@ fn read_pipeline_data_value() -> Result<(), ShellError> {
let value = Value::test_int(4); let value = Value::test_int(4);
let metadata = Some(PipelineMetadata { let metadata = Some(PipelineMetadata {
data_source: DataSource::FilePath("/test/path".into()), data_source: DataSource::FilePath("/test/path".into()),
content_type: None content_type: None,
}); });
let header = PipelineDataHeader::Value { let header = PipelineDataHeader::Value {
value: value.clone(), value: value.clone(),