Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
Signed-off-by: Pushkar Mishra <[email protected]>
  • Loading branch information
Pushkarm029 committed Apr 8, 2024
1 parent 3028cfa commit 20df6de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fs-storage/src/file_storage.rs
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ mod tests {

let mut data_to_write = BTreeMap::new();
data_to_write.insert("key1".to_string(), "value1".to_string());
data_to_write.insert("key2".to_string(), "value2".to_string());
data_to_write.insert("key2".to_string(), "value2".to_string());

// file_storage.set("key1".to_string(), "value1".to_string());
// file_storage.set("key2".to_string(), "value2".to_string());
Expand Down Expand Up @@ -226,7 +226,7 @@ mod tests {
let mut data_to_write = BTreeMap::new();
data_to_write.insert("key1".to_string(), "value1".to_string());
data_to_write.insert("key2".to_string(), "value2".to_string());

file_storage.value_by_id = data_to_write.clone();

file_storage
Expand Down

0 comments on commit 20df6de

Please sign in to comment.