forked from BigfootDev/flatbuffers
Formats cpp code (#6349)
This commit is contained in:
@@ -268,8 +268,7 @@ class JsonSchemaGenerator : public BaseGenerator {
|
||||
}
|
||||
|
||||
bool save() const {
|
||||
const auto file_path =
|
||||
GeneratedFileName(path_, file_name_, parser_.opts);
|
||||
const auto file_path = GeneratedFileName(path_, file_name_, parser_.opts);
|
||||
return SaveFile(file_path.c_str(), code_, false);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user