Skip to content

Commit

Permalink
Fix formatter
Browse files Browse the repository at this point in the history
Signed-off-by: liurenjie1024 <[email protected]>
  • Loading branch information
liurenjie1024 committed Dec 20, 2024
1 parent 6bdcb42 commit 59e4ad2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/sqllogictest/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ impl From<anyhow::Error> for Error {
fn from(value: anyhow::Error) -> Self {
Self(value)
}
}
}
2 changes: 1 addition & 1 deletion crates/sqllogictest/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
// This lib contains codes copied from
// [Apache Datafusion](https://github.com/apache/datafusion/tree/main/datafusion/sqllogictest)

mod error;
mod error;

0 comments on commit 59e4ad2

Please sign in to comment.