build: fix some clang warnings
This commit is contained in:
@ -37,7 +37,7 @@ table_header(Table& table, const MuConfig* opts)
|
||||
|
||||
(*table.begin()).format()
|
||||
.font_style({FontStyle::bold})
|
||||
.font_color({Color::blue});
|
||||
.font_color(Color::blue);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user