Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
J-HowHuang committed Apr 2, 2024
1 parent 5d24c21 commit 854fd7d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions server/src/redis.rs
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
//redis.rs
use log::debug;
use redis::Commands;
use std::{
collections::HashMap,
path::PathBuf,
};
use std::{collections::HashMap, path::PathBuf};

use crate::util::{FileUid, KeyslotId};

Expand Down

0 comments on commit 854fd7d

Please sign in to comment.