Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
chenzl25 committed Nov 2, 2024
1 parent 2fb8312 commit e85c372
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/frontend/src/handler/create_mv.rs
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,9 @@ pub mod tests {
use std::collections::HashMap;

use pgwire::pg_response::StatementType::CREATE_MATERIALIZED_VIEW;
use risingwave_common::catalog::{DEFAULT_DATABASE_NAME, DEFAULT_SCHEMA_NAME, ROWID_PREFIX, RW_TIMESTAMP_COLUMN_NAME};
use risingwave_common::catalog::{
DEFAULT_DATABASE_NAME, DEFAULT_SCHEMA_NAME, ROWID_PREFIX, RW_TIMESTAMP_COLUMN_NAME,
};
use risingwave_common::types::DataType;

use crate::catalog::root_catalog::SchemaPath;
Expand Down

0 comments on commit e85c372

Please sign in to comment.