aboutsummaryrefslogtreecommitdiff
path: root/src/datastructures.rs
diff options
context:
space:
mode:
authorKunoiSayami <[email protected]>2021-05-13 09:20:17 +0800
committerKunoiSayami <[email protected]>2021-05-13 09:20:17 +0800
commitc1dbab94eb6b9f5a7e8ab6f1b1bf217de3e13819 (patch)
treebfd8b3a7b7f31354b1f56812be8d53f1afc87196 /src/datastructures.rs
parent3da75783e36b0e913b137c778f00f285274c5ec1 (diff)
style: Address cargo fmt
Diffstat (limited to 'src/datastructures.rs')
-rw-r--r--src/datastructures.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/datastructures.rs b/src/datastructures.rs
index e4bc879..0a2b9f1 100644
--- a/src/datastructures.rs
+++ b/src/datastructures.rs
@@ -147,7 +147,7 @@ impl Config {
pub fn get_copied_database_location(&self) -> PathBuf {
if self.test {
- return PathBuf::from(self.database.as_str())
+ return PathBuf::from(self.database.as_str());
}
std::path::Path::new(CACHE_DIR).join(