Skip to content

Commit e71ce63

Browse files
committed
fmt
1 parent acdd296 commit e71ce63

File tree

1 file changed

+1
-3
lines changed
  • src/query/ee/tests/it/storages/fuse/operations

1 file changed

+1
-3
lines changed

src/query/ee/tests/it/storages/fuse/operations/vacuum2.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ async fn test_table_function_fuse_vacuum2_all() -> Result<()> {
3535

3636
setup(&fixture).await?;
3737

38-
3938
// vacuum them all
4039
let res = fixture.execute_command("call system$fuse_vacuum2()").await;
4140

@@ -88,8 +87,7 @@ async fn test_vacuum_all_stmt() -> Result<()> {
8887
Ok(())
8988
}
9089

91-
async fn setup(fixture: &TestFixture) -> Result<()>{
92-
90+
async fn setup(fixture: &TestFixture) -> Result<()> {
9391
// Adjust retention period to 0, so that dropped tables will be vacuumed immediately
9492
let session = fixture.default_session();
9593
session.get_settings().set_data_retention_time_in_days(0)?;

0 commit comments

Comments
 (0)