Skip to content

Commit 18bf009

Browse files
committed
chore: codefmt
1 parent e385a24 commit 18bf009

File tree

1 file changed

+1
-3
lines changed
  • src/query/service/src/table_functions/infer_schema

1 file changed

+1
-3
lines changed

src/query/service/src/table_functions/infer_schema/source.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -174,9 +174,7 @@ impl AsyncSource for InferSchemaSource {
174174
&operator,
175175
Some(first_file.size),
176176
self.args_parsed.max_records,
177-
|reader, max_record| {
178-
format.infer_schema(reader, max_record).map_err(Some)
179-
},
177+
|reader, max_record| format.infer_schema(reader, max_record).map_err(Some),
180178
)
181179
.await?;
182180
TableSchema::try_from(&arrow_schema)?

0 commit comments

Comments
 (0)