Skip to content

Commit

Permalink
fmt fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TommYDeeee committed Dec 20, 2023
1 parent 4e6b82d commit 8a8c7aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/green.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
mod builder;
mod element;
mod node;
mod token;
mod node_cache;
mod token;

use self::element::GreenElement;

Expand Down

0 comments on commit 8a8c7aa

Please sign in to comment.