Skip to content

Commit 9a616f6

Browse files
committed
fix: fmt
1 parent 87ab139 commit 9a616f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ use smallvec::SmallVec;
149149
mod node;
150150
mod parser;
151151

152-
pub use node::{Node, Key};
152+
pub use node::{Key, Node};
153153
pub use parser::{Kind, Parser, Piece, Position};
154154

155155
/// A path tree.

0 commit comments

Comments
 (0)