Skip to content

Commit 89a7789

Browse files
committed
Cargo fmt
1 parent 9bed977 commit 89a7789

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ast/visitor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
//! Recursive visitors for ast Nodes. See [`Visitor`] for more details.
1919
20-
use crate::ast::{Expr, ObjectName, Query, Statement, TableFactor, Value, Select};
20+
use crate::ast::{Expr, ObjectName, Query, Select, Statement, TableFactor, Value};
2121
use core::ops::ControlFlow;
2222

2323
/// A type that can be visited by a [`Visitor`]. See [`Visitor`] for

0 commit comments

Comments
 (0)