Formats cpp code (#6349)

This commit is contained in:
mustiikhalil
2021-01-22 21:46:53 +03:00
committed by GitHub
parent 1da0a2dfac
commit 786f69b248
11 changed files with 167 additions and 100 deletions

View File

@@ -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);
}