Skip to content

Commit

Permalink
chore: style
Browse files Browse the repository at this point in the history
Co-authored-by: Jeremyhi <jiachun_feng@proton.me>
  • Loading branch information
killme2008 and fengjiachun committed May 14, 2024
1 parent 20d74f7 commit 5650c40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/frontend/src/instance/grpc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -159,10 +159,10 @@ impl GrpcQueryHandler for Instance {
.drop_flow(catalog_name, flow_name, drop_if_exists, ctx.clone())
.await?
}
DdlExpr::CreateView(c) => {
DdlExpr::CreateView(expr) => {
let _ = self
.statement_executor
.create_view_by_expr(c, ctx.clone())
.create_view_by_expr(expr, ctx.clone())
.await?;

Output::new_with_affected_rows(0)
Expand Down

0 comments on commit 5650c40

Please sign in to comment.