Skip to content

Commit f5d2f85

Browse files
author
Drew Robinson
committed
tests: Fix formatting
1 parent 0488f64 commit f5d2f85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libsql-server/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,12 +87,12 @@ mod query;
8787
mod query_analysis;
8888
mod query_result_builder;
8989
mod replication;
90+
#[cfg(test)]
91+
mod rpc_postcard_tests;
9092
mod schema;
9193
mod stats;
9294
#[cfg(test)]
9395
mod test;
94-
#[cfg(test)]
95-
mod rpc_postcard_tests;
9696
mod utils;
9797

9898
const DB_CREATE_TIMEOUT: Duration = Duration::from_secs(1);

0 commit comments

Comments
 (0)