Remove extra semicolon

This commit is contained in:
Yannic Bonenberger 2020-04-03 12:46:17 +02:00 committed by Stanley Cheung
parent 2badafa034
commit 1bcdae540a
1 changed files with 1 additions and 1 deletions

View File

@ -1385,7 +1385,7 @@ GeneratorOptions::GeneratorOptions()
mode_(""),
import_style_(ImportStyle::CLOSURE),
generate_dts_(false),
multiple_files_(false){};
multiple_files_(false) {}
bool GeneratorOptions::ParseFromOptions(const string& parameter,
string* error) {