Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ion-elgreco committed Jul 27, 2024
1 parent b5d3ead commit 84756e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/core/src/operations/drop_column.rs
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ impl std::future::IntoFuture for DropColumnBuilder {
)));
}

let operation = DeltaOperation::DropColumn { fields: fields };
let operation = DeltaOperation::DropColumn { fields };

metadata.schema_string = serde_json::to_string(&new_table_schema)?;

Expand Down

0 comments on commit 84756e1

Please sign in to comment.