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_(""),
|
mode_(""),
|
||||||
import_style_(ImportStyle::CLOSURE),
|
import_style_(ImportStyle::CLOSURE),
|
||||||
generate_dts_(false),
|
generate_dts_(false),
|
||||||
multiple_files_(false){};
|
multiple_files_(false) {}
|
||||||
|
|
||||||
bool GeneratorOptions::ParseFromOptions(const string& parameter,
|
bool GeneratorOptions::ParseFromOptions(const string& parameter,
|
||||||
string* error) {
|
string* error) {
|
||||||
|
|
Loading…
Reference in New Issue