mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-08-04 18:18:03 +00:00
fix formatting
This commit is contained in:
parent
be18c6e8f0
commit
53ecedaceb
8 changed files with 79 additions and 31 deletions
|
@ -2,7 +2,6 @@ use std::fmt::Display;
|
|||
|
||||
use crate::model::table::{Table, Value};
|
||||
|
||||
|
||||
#[derive(Clone, Debug, PartialEq)]
|
||||
pub(crate) enum Predicate {
|
||||
And(Vec<Predicate>), // p1 AND p2 AND p3... AND pn
|
||||
|
@ -108,4 +107,3 @@ impl Display for Query {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
use std::{fmt::Display, ops::Deref};
|
||||
|
||||
pub(crate) struct Name(pub(crate) String);
|
||||
|
@ -88,4 +87,3 @@ impl Display for Value {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue