Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
Signed-off-by: pushkarm029 <pushkarmishra029@gmail.com>
  • Loading branch information
Pushkarm029 committed Aug 9, 2024
1 parent 004de87 commit 353379e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion fs-storage/examples/cli.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
use anyhow::{Context, Result};
use fs_storage::{base_storage::BaseStorage, file_storage::FileStorage, folder_storage::FolderStorage};
use fs_storage::{
base_storage::BaseStorage, file_storage::FileStorage,
folder_storage::FolderStorage,
};
use serde_json::Value;
use std::{env, fs, path::Path};

Expand Down

0 comments on commit 353379e

Please sign in to comment.