Skip to content

Commit dc00962

Browse files
Merge pull request #1 from nitisht/issue-652
fix linter
2 parents e9ade78 + 7d90b22 commit dc00962

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

server/src/handlers/http/modal/query_server.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,8 @@ impl QueryServer {
191191
if let Some(hot_tier_manager) = HotTierManager::global() {
192192
hot_tier_manager.download_from_s3()?;
193193
};
194-
let (localsync_handler, mut localsync_outbox, localsync_inbox) = sync::run_local_sync().await;
194+
let (localsync_handler, mut localsync_outbox, localsync_inbox) =
195+
sync::run_local_sync().await;
195196
let (mut remote_sync_handler, mut remote_sync_outbox, mut remote_sync_inbox) =
196197
sync::object_store_sync().await;
197198

0 commit comments

Comments
 (0)