Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
pablohoch committed Mar 14, 2024
1 parent ce37a5d commit 4dd9583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmd/backend/main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ int main(int argc, char const* argv[]) {
return 0;
}

parser.read_configuration_file();
parser.read_configuration_file( ) ;

parser.print_unrecognized(std::cout);
parser.print_used(std::cout);
Expand Down

0 comments on commit 4dd9583

Please sign in to comment.