Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
vkorukanti committed Feb 27, 2025
1 parent 234face commit d519842
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ public Transaction build(Engine engine) {
metadata = metadata.withNewConfiguration(newProperties);

ColumnMapping.verifyColumnMappingChange(
oldConfiguration, metadata.getConfiguration() /* new config */, isNewTable);
oldConfiguration, metadata.getConfiguration() /* new config */, isNewTable);
}

Optional<Tuple2<Protocol, Set<TableFeature>>> newProtocolAndFeatures =
Expand Down

0 comments on commit d519842

Please sign in to comment.