Skip to content

Commit

Permalink
cargo fmt changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilsinhaparseable committed Mar 14, 2024
1 parent 26ffb0f commit 0cc3cb2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions server/src/query.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ use std::path::{Path, PathBuf};
use std::sync::Arc;
use sysinfo::{System, SystemExt};

use crate::event;
use crate::option::CONFIG;
use crate::storage::{ObjectStorageProvider, StorageDir};
use self::error::ExecuteError;
use self::stream_schema_provider::GlobalSchemaProvider;
pub use self::stream_schema_provider::PartialTimeFilter;
use crate::event;
use crate::option::CONFIG;
use crate::storage::{ObjectStorageProvider, StorageDir};

pub static QUERY_SESSION: Lazy<SessionContext> =
Lazy::new(|| Query::create_session_context(CONFIG.storage()));
Expand Down

0 comments on commit 0cc3cb2

Please sign in to comment.