Skip to content

Commit b639e4d

Browse files
committed
fixup: cargo fmt
1 parent 20d842f commit b639e4d

File tree

2 files changed

+13
-14
lines changed

2 files changed

+13
-14
lines changed

src/ast/mod.rs

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -73,13 +73,12 @@ pub use self::ddl::{
7373
DeferrableInitial, DistStyle, DropBehavior, DropExtension, DropFunction, DropOperator,
7474
DropOperatorClass, DropOperatorFamily, DropOperatorSignature, DropPolicy, DropTrigger,
7575
ForValues, FunctionReturnType, GeneratedAs, GeneratedExpressionMode, IdentityParameters,
76-
IdentityProperty,
77-
IdentityPropertyFormatKind, IdentityPropertyKind, IdentityPropertyOrder, IndexColumn,
78-
IndexOption, IndexType, KeyOrIndexDisplay, Msck, NullsDistinctOption, OperatorArgTypes,
79-
OperatorClassItem, OperatorFamilyDropItem, OperatorFamilyItem, OperatorOption, OperatorPurpose,
80-
Owner, Partition, PartitionBoundValue, ProcedureParam, ReferentialAction, RenameTableNameKind,
81-
ReplicaIdentity, TagsColumnOption, TriggerObjectKind, Truncate,
82-
UserDefinedTypeCompositeAttributeDef, UserDefinedTypeInternalLength,
76+
IdentityProperty, IdentityPropertyFormatKind, IdentityPropertyKind, IdentityPropertyOrder,
77+
IndexColumn, IndexOption, IndexType, KeyOrIndexDisplay, Msck, NullsDistinctOption,
78+
OperatorArgTypes, OperatorClassItem, OperatorFamilyDropItem, OperatorFamilyItem,
79+
OperatorOption, OperatorPurpose, Owner, Partition, PartitionBoundValue, ProcedureParam,
80+
ReferentialAction, RenameTableNameKind, ReplicaIdentity, TagsColumnOption, TriggerObjectKind,
81+
Truncate, UserDefinedTypeCompositeAttributeDef, UserDefinedTypeInternalLength,
8382
UserDefinedTypeRangeOption, UserDefinedTypeRepresentation, UserDefinedTypeSqlDefinitionOption,
8483
UserDefinedTypeStorage, ViewColumnDef,
8584
};

src/ast/spans.rs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -551,13 +551,13 @@ impl Spanned for CreateTable {
551551
clone,
552552
comment: _, // todo, no span
553553
on_commit: _,
554-
on_cluster: _, // todo, clickhouse specific
555-
primary_key: _, // todo, clickhouse specific
556-
order_by: _, // todo, clickhouse specific
557-
partition_by: _, // todo, BigQuery specific
558-
cluster_by: _, // todo, BigQuery specific
559-
clustered_by: _, // todo, Hive specific
560-
inherits: _, // todo, PostgreSQL specific
554+
on_cluster: _, // todo, clickhouse specific
555+
primary_key: _, // todo, clickhouse specific
556+
order_by: _, // todo, clickhouse specific
557+
partition_by: _, // todo, BigQuery specific
558+
cluster_by: _, // todo, BigQuery specific
559+
clustered_by: _, // todo, Hive specific
560+
inherits: _, // todo, PostgreSQL specific
561561
partition_of,
562562
for_values,
563563
strict: _, // bool

0 commit comments

Comments
 (0)