fixed cargo clippy error

This commit is contained in:
DustInDark
2022-06-07 19:11:56 +09:00
parent 4b623bb631
commit 4327a39f5c

View File

@@ -434,7 +434,7 @@ fn _format_cellpos(colval: &str, column: ColPos) -> String {
ColPos::First => format!("{} ", colval),
ColPos::Last => format!(" {}", colval),
ColPos::Other => format!(" {} ", colval),
};
}
}
/// output info which unique detection count and all detection count information(devided by level and total) to stdout.