Skip to content

Commit ced093c

Browse files
committed
format
1 parent 6ab314f commit ced093c

File tree

1 file changed

+4
-4
lines changed
  • optd-persistent/src/migrator/cost_model

1 file changed

+4
-4
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
pub(crate) mod m20241029_000001_event;
2+
pub(crate) mod m20241029_000001_physical_expression_to_statistic_junction;
23
pub(crate) mod m20241029_000001_plan_cost;
34
pub(crate) mod m20241029_000001_statistic;
4-
pub(crate) mod m20241029_000001_versioned_statistic;
55
pub(crate) mod m20241029_000001_statistic_to_attribute_junction;
6-
pub(crate) mod m20241029_000001_physical_expression_to_statistic_junction;
6+
pub(crate) mod m20241029_000001_versioned_statistic;
77

88
pub(crate) use m20241029_000001_event as event;
9+
pub(crate) use m20241029_000001_physical_expression_to_statistic_junction as physical_expression_to_statistic_junction;
910
pub(crate) use m20241029_000001_plan_cost as plan_cost;
1011
pub(crate) use m20241029_000001_statistic as statistic;
11-
pub(crate) use m20241029_000001_versioned_statistic as versioned_statistic;
1212
pub(crate) use m20241029_000001_statistic_to_attribute_junction as statistic_to_attribute_junction;
13-
pub(crate) use m20241029_000001_physical_expression_to_statistic_junction as physical_expression_to_statistic_junction;
13+
pub(crate) use m20241029_000001_versioned_statistic as versioned_statistic;

0 commit comments

Comments
 (0)