Skip to content

Commit bcbc0d3

Browse files
committed
and fix the formatting errors...
1 parent e02d25c commit bcbc0d3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/sqlast/query.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ use super::*;
1717
#[derive(Debug, Clone, PartialEq, Hash)]
1818
pub struct SQLQuery {
1919
/// WITH (common table expressions, or CTEs)
20-
pub ctes: Vec<
21-
Cte
22-
>,
20+
pub ctes: Vec<Cte>,
2321
/// SELECT or UNION / EXCEPT / INTECEPT
2422
pub body: SQLSetExpr,
2523
/// ORDER BY

0 commit comments

Comments
 (0)