forked from Anri/cal8tor
old comment
This commit is contained in:
parent
5bc1ddb64d
commit
07caadc77f
1 changed files with 0 additions and 5 deletions
|
@ -17,11 +17,6 @@ fn err_code(code: i32) -> String {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Print a line for the table
|
/// Print a line for the table
|
||||||
///
|
|
||||||
/// `pos` defines what separator should be used and can be:
|
|
||||||
/// - 0 -> top of the table
|
|
||||||
/// - 1 -> middle of the table
|
|
||||||
/// - 2 -> bottom of the table
|
|
||||||
pub fn line_table(cell_length: usize, number_cell: usize, pos: models::Position) {
|
pub fn line_table(cell_length: usize, number_cell: usize, pos: models::Position) {
|
||||||
let err_msg = "Unknown position";
|
let err_msg = "Unknown position";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue