mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-09 06:30:54 +00:00
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