Skip to content

Commit

Permalink
#2673 Deleted a break statement which will never be executed
Browse files Browse the repository at this point in the history
  • Loading branch information
Howard Soh committed Oct 19, 2023
1 parent a591a51 commit 723bff8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/basic/vx_util/ascii_table.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1567,7 +1567,6 @@ switch ( just ) {
default:
mlog << Error << "\njustified_item() -> bad justification value\n\n";
exit ( 1 );
break;

} // switch

Expand Down

0 comments on commit 723bff8

Please sign in to comment.