mirror of https://github.com/grpc/grpc-web.git
Remove extra semicolon
This commit is contained in:
parent
2badafa034
commit
1bcdae540a
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue