fix: add missing anyhow::Error to Result return type in status.rs
This commit is contained in:
@@ -110,7 +110,7 @@ pub fn mode_status(
|
|||||||
args: crate::Args,
|
args: crate::Args,
|
||||||
data_path: PathBuf,
|
data_path: PathBuf,
|
||||||
db_path: PathBuf,
|
db_path: PathBuf,
|
||||||
) -> Result<()> {
|
) -> Result<(), anyhow::Error> {
|
||||||
let mut path_table = Table::new();
|
let mut path_table = Table::new();
|
||||||
|
|
||||||
let compression_table = build_compression_table(args, default_type());
|
let compression_table = build_compression_table(args, default_type());
|
||||||
|
|||||||
Reference in New Issue
Block a user