fix generator template

This commit is contained in:
2025-04-17 22:05:58 +04:00
parent 2b668ba89f
commit a94f8e2bfd
6 changed files with 36 additions and 9 deletions

View File

@@ -44,7 +44,7 @@ pub fn generate_comment(
header.push("Attrs");
}
column_info_table
.load_preset(" -+=++ + ++")
.load_preset("|| -+=++ + ++")
.set_content_arrangement(ContentArrangement::Dynamic)
.set_header(header);
if let Some(width) = config.max_wdith {