fix: remove extra closing brace in common.rs

This commit is contained in:
Andrew Phillips (aider)
2025-05-10 12:39:59 -03:00
parent d1bdc3f187
commit a2104ff705

View File

@@ -63,4 +63,3 @@ pub const FORMAT_BOX_CHARS_NO_BORDER_LINE_SEPARATOR: prettytable::format::TableF
) )
.padding(1, 1) .padding(1, 1)
.build(); .build();
}