Skip to content

Commit

Permalink
Fix db inspector for blobstore
Browse files Browse the repository at this point in the history
  • Loading branch information
cswinter committed Aug 11, 2024
1 parent 6aa4801 commit 6adab54
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/bin/db_inspector.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ struct Opt {
table: Option<String>,
}

#[tokio::main]
async fn main() {
fn main() {
env_logger::init();
let opts = Opt::from_args();
let (storage, wal) = Storage::new(&opts.db_path, Arc::new(PerfCounter::default()), true);
Expand Down

0 comments on commit 6adab54

Please sign in to comment.