Skip to content

Commit

Permalink
Format proxy.rs file
Browse files Browse the repository at this point in the history
Signed-off-by: JianMinTang <[email protected]>
  • Loading branch information
Standing-Man committed Oct 24, 2024
1 parent cfff719 commit be42d7b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/engine/src/proxy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,8 @@ mod test {

#[test]
fn write_batch_into_a_non_existing_table_should_fail() {
let dir = TempDir::with_prefix("/tmp/write_batch_into_a_non_existing_table_should_fail").unwrap();
let dir =
TempDir::with_prefix("/tmp/write_batch_into_a_non_existing_table_should_fail").unwrap();
let rocks_engine_path = dir.path().join("rocks_engine");
let engines = vec![
Engine::new(EngineType::Memory, &TESTTABLES).unwrap(),
Expand Down

0 comments on commit be42d7b

Please sign in to comment.