Skip to content

Commit

Permalink
braces around scalar init
Browse files Browse the repository at this point in the history
  • Loading branch information
jose-rZM committed Feb 4, 2025
1 parent cc12192 commit ddab1f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ll1_parser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ void LL1Parser::PrintTableUsingTabulate() {
}
}
}
table.format().font_align({FontAlign::center});
table.format().font_align(FontAlign::center);
table.column(0).format().font_color(Color::cyan);
std::cout << table << std::endl;
}
Expand Down

0 comments on commit ddab1f1

Please sign in to comment.