mirror of
https://gitlab.com/arnekeller/ascii-table.git
synced 2024-12-04 13:39:06 +00:00
save game
This commit is contained in:
parent
b1e1a0d0f7
commit
8d08a1e449
@ -89,7 +89,8 @@ const EW: &str = "─";
|
||||
const DEFAULT_ALIGN: Align = Align::Left;
|
||||
const DEFAULT_COLUMN: Column = Column {
|
||||
header: String::new(),
|
||||
align: DEFAULT_ALIGN
|
||||
align: DEFAULT_ALIGN,
|
||||
max_width: usize::max_value()
|
||||
};
|
||||
|
||||
#[derive(Clone, Debug, Eq, PartialEq)]
|
||||
|
Loading…
Reference in New Issue
Block a user