Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Barretto committed Oct 22, 2024
1 parent 69065aa commit e2d12ad
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions examples/mini_ml.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
use chumsky::{
input::{MapExtra, SpannedInput},
pratt::*,
prelude::*,
};
use chumsky::{input::SpannedInput, pratt::*, prelude::*};

#[derive(Debug, Clone, PartialEq)]
pub enum Token<'src> {
Expand Down

0 comments on commit e2d12ad

Please sign in to comment.