table formatting fix
This commit is contained in:
		@@ -262,7 +262,8 @@ pub fn list(vault_folder : &path::Path) -> Result<(), error::Error> {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    table
 | 
					    table
 | 
				
			||||||
        .load_preset(comfy_table::presets::UTF8_FULL)
 | 
					        .load_preset(comfy_table::presets::UTF8_FULL)
 | 
				
			||||||
        .apply_modifier(comfy_table::modifiers::UTF8_ROUND_CORNERS);
 | 
					        .apply_modifier(comfy_table::modifiers::UTF8_ROUND_CORNERS)
 | 
				
			||||||
 | 
					        .set_content_arrangement(comfy_table::ContentArrangement::Dynamic);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    table.set_header(vec!["Id", "Name", "Tags", "Priority"]);
 | 
					    table.set_header(vec!["Id", "Name", "Tags", "Priority"]);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user