Skip to content

Commit 9f9590a

Browse files
committed
formatting
1 parent 68bd35d commit 9f9590a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

crates/iceberg/src/avro/schema.rs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ use itertools::{Either, Itertools};
2828
use serde_json::{Number, Value};
2929

3030
use crate::spec::{
31-
ListType, MapType, NestedField, NestedFieldRef, PrimitiveType, Schema, SchemaVisitor,
32-
StructType, Type, visit_schema, Datum, RawLiteral,
31+
Datum, ListType, MapType, NestedField, NestedFieldRef, PrimitiveType, RawLiteral, Schema,
32+
SchemaVisitor, StructType, Type, visit_schema,
3333
};
3434
use crate::{Error, ErrorKind, Result, ensure_data_valid};
3535

@@ -44,8 +44,6 @@ const MAP_LOGICAL_TYPE: &str = "map";
4444
// This const may better to maintain in avro-rs.
4545
const LOGICAL_TYPE: &str = "logicalType";
4646

47-
48-
4947
struct SchemaToAvroSchema {
5048
schema: String,
5149
}

0 commit comments

Comments
 (0)